public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/47277] New: pseudo destructor code that cause an internal compiler error with std=gnu++0x
@ 2011-01-13  9:19 borntraeger at de dot ibm.com
  2011-01-13 10:31 ` [Bug c++/47277] [C++0x] " redi at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: borntraeger at de dot ibm.com @ 2011-01-13  9:19 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: pseudo destructor code that cause an internal compiler
                    error with std=gnu++0x
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: borntraeger@de.ibm.com


I have a testcases that triggered an ICE:

$ /space/gcc/install-trunk/bin/g++ -std=gnu++0x -W test.cc   
test.cc: In function 'int main()':
test.cc:4:18: internal compiler error: in constructor_name_p, at
cp/name-lookup.c:1846
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

This is the minimized testcase:

int main(void) {
           enum e {};
           e ev;
           ev.e::~e_u();
}


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

end of thread, other threads:[~2011-05-29  0:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-13  9:19 [Bug c++/47277] New: pseudo destructor code that cause an internal compiler error with std=gnu++0x borntraeger at de dot ibm.com
2011-01-13 10:31 ` [Bug c++/47277] [C++0x] " redi at gcc dot gnu.org
2011-05-25 15:15 ` paolo.carlini at oracle dot com
2011-05-27 17:00 ` jason at gcc dot gnu.org
2011-05-27 19:37 ` jason at gcc dot gnu.org
2011-05-27 19:39 ` paolo.carlini at oracle dot com
2011-05-27 20:58 ` jason at gcc dot gnu.org
2011-05-28 22:02 ` jason at gcc dot gnu.org
2011-05-29  0:45 ` jason at gcc dot gnu.org

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).