[Bug c++/53109] e.E::~E() should compile without error in c++ 2011

2012-04-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53109 --- Comment #1 from Andrew Pinski 2012-04-25 07:54:55 UTC --- On the trunk I get: pinskia@server:~$ ~/local-gcc/bin/gcc t56.cc /usr/lib/../lib64/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld return

[Bug c++/53109] e.E::~E() should compile without error in c++ 2011

2012-04-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53109 Paolo Carlini changed: What|Removed |Added CC|mickael.guene at st dot com |jason at gcc dot gnu.org --- Comment #2 f

[Bug c++/53109] e.E::~E() should compile without error in c++ 2011

2018-06-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53109 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON