[Bug c++/47476] New: [4.6 Regression] [C++0x] ICE in potential_constant_expression_1
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 26 16:43:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47476
Summary: [4.6 Regression] [C++0x] ICE in
potential_constant_expression_1
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: c++
AssignedTo: jakub@gcc.gnu.org
ReportedBy: jakub@gcc.gnu.org
int
foo (int a, int b)
{
const bool c ((a != 0) == (b != 26));
return c;
}
ICEs with -std=c++0x with:
rh672156.ii:4:38: sorry, unimplemented: unexpected ast of kind truth_xor_expr
rh672156.ii:4:38: internal compiler error: in potential_constant_expression_1,
at cp/semantics.c:7709
More information about the Gcc-bugs
mailing list