[Bug c++/58273] New: ICE: Segmentation fault with C++11

Woebbeking at web dot de gcc-bugzilla@gcc.gnu.org
Thu Aug 29 18:03:00 GMT 2013


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

            Bug ID: 58273
           Summary: ICE: Segmentation fault with C++11
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: Woebbeking at web dot de

Created attachment 30722
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30722&action=edit
Testcase

Hi,

I get an ICE with the attached test case when I compile with -std=c++11.

I'm using GCC 4.8.1 from Debian experimental (x86_64). The ICE happens with
4.7.3 too.

I don't get the ICE when I change the line to
  int i(B::goo(t));
  int const i = B::goo(t);


Cheers,
André


More information about the Gcc-bugs mailing list