This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/10401: [3.3/3.4 regression] Seg fault with "-pedantic -Wunreachable-code"


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
r=10401

I think it's even worse:

------------------------
struct Foo
{
    Foo() throw()
    {}
};

Foo f;
------------------------
pr10401.cpp: In constructor `Foo::Foo()':
pr10401.cpp:3: internal compiler error: Segmentation fault
Please submit a full bug report,

Confirmed on 3.3 and 3.4, I don't have 3.2.3pre.

Giovanni Bajo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]