public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/53567] New: ICE: Error reporting routines re-entered on missing enum entry
@ 2012-06-03 19:50 lunow at math dot hu-berlin.de
  2012-06-03 19:53 ` [Bug c++/53567] " lunow at math dot hu-berlin.de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: lunow at math dot hu-berlin.de @ 2012-06-03 19:50 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53567

             Bug #: 53567
           Summary: ICE: Error reporting routines re-entered on missing
                    enum entry
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: lunow@math.hu-berlin.de


C:\dev\projects\chess>gcc --std=c++11 gcc_test.cpp
'
Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

I attached a minimal testcase.

I would expect something like:
C:\dev\projects\chess>gcc --std=c++11 gcc_test.cpp
gcc_test.cpp: In instantiation of 'EnumMask<EnumT> operator~(EnumT) [with EnumT
= A; typename IntegerType<sizeof (EnumT), ((EnumT)((-1)) > (EnumT)(0))>::type =
unsigne
d int]':
gcc_test.cpp:26:7:   required from here
gcc_test.cpp:21:57: error: 'maskAll' is not a member of 'A'


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-06-06 23:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-03 19:50 [Bug c++/53567] New: ICE: Error reporting routines re-entered on missing enum entry lunow at math dot hu-berlin.de
2012-06-03 19:53 ` [Bug c++/53567] " lunow at math dot hu-berlin.de
2012-06-03 19:55 ` lunow at math dot hu-berlin.de
2012-06-03 21:09 ` [Bug c++/53567] "ICE: Error reporting routines re-entered" " paolo.carlini at oracle dot com
2012-06-06 23:02 ` paolo at gcc dot gnu.org
2012-06-06 23:12 ` paolo.carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).