enum1.C
166 Bytes
-
re PR c++/10796 (ICE (segfault) when defining an enum with two values: -1 and MAX_INT_64BIT) · e455bc27
PR c++/10796 * decl.c (finish_enum): Implement DR377. * decl.c (cp_finish_decl): Don't make variables with reference type readonly while they are being initialized. PR c++/10796 * g++.dg/init/enum1.C: New test. From-SVN: r68610
Mark Mitchell committed