[Bug c++/52596] [4.7/4.8 Regression] [C++11] internal compiler error: in lvalue_kind, at cp/tree.c:153
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Tue Mar 20 11:10:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52596
--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-20 11:06:40 UTC ---
No ICE anymore in mainline for the reduced testcase in Comment #1. Instead,
with -std=c++11 only we reject it with:
52596.C: In member function ‘T* zone::allocate()’:
52596.C:14:35: error: lvalue required as decrement operand
More information about the Gcc-bugs
mailing list