[Bug c++/55432] Too much constexpr makes the compiler crash

2012-11-22 Thread paolo.carlini at oracle dot com


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



--- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com 2012-11-22 
09:54:07 UTC ---

It is, in mainline and 4.7.2. To be safe, I'm adding the testcase and then will

close the PR.


[Bug c++/55432] Too much constexpr makes the compiler crash

2012-11-22 Thread paolo at gcc dot gnu.org


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



--- Comment #3 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 
2012-11-22 10:23:07 UTC ---

Author: paolo

Date: Thu Nov 22 10:23:03 2012

New Revision: 193723



URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193723

Log:

2012-11-22  Paolo Carlini  paolo.carl...@oracle.com



PR c++/55432

* g++.dg/cpp0x/constexpr-55432.C: New.



Added:

trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-55432.C

Modified:

trunk/gcc/testsuite/ChangeLog


[Bug c++/55432] Too much constexpr makes the compiler crash

2012-11-22 Thread paolo.carlini at oracle dot com


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



Paolo Carlini paolo.carlini at oracle dot com changed:



   What|Removed |Added



 Status|UNCONFIRMED |RESOLVED

 Resolution||FIXED



--- Comment #4 from Paolo Carlini paolo.carlini at oracle dot com 2012-11-22 
10:23:58 UTC ---

Done.


[Bug c++/55432] Too much constexpr makes the compiler crash

2012-11-21 Thread daniel.kruegler at googlemail dot com

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

Daniel Krügler daniel.kruegler at googlemail dot com changed:

   What|Removed |Added

 CC||daniel.kruegler at
   ||googlemail dot com

--- Comment #1 from Daniel Krügler daniel.kruegler at googlemail dot com 
2012-11-21 22:08:55 UTC ---
This seems to be fixed in 4.8.0 HEAD