[Bug c++/40975] internal compiler error: in copy_tree_r, at tree-inline.c
Vanuan at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sat Feb 12 10:24:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40975
Vanuan at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Vanuan at gmail dot com
--- Comment #3 from Vanuan at gmail dot com 2011-02-12 10:12:34 UTC ---
The same problem using c++0x initializer list:
int some_func(int some_array[] = new int[2]{1,2}) {
}
int main() {
some_func();
}
$ g++ -std=c++0x test.cpp
test.cpp: In function ‘int main()’:
test.cpp:5: internal compiler error: in copy_tree_r, at tree-inline.c:3725
More information about the Gcc-bugs
mailing list