無法從gcc的-fdump-tree-gimple中找出/ [ex]運算符
使用-fdump-tree-gimple選項(GCC 4.6.1)編譯C++時,我得到的代碼中包含以下函數: std::_Vector_base<_Tp, _Alloc>::~_Vector_base() [with _Tp = int, _Alloc = std::allocator<int>] (struct _Vector_base * const this)
{
int * D
c++
gcc
gimple
2012-02-02