http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48993
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2011.07.24 20:22:49 Version|unknown |4.6.0 Summary|segmentation fault when |[C++0x\ segmentation fault |compiling this program with |when compiling this program |constexpr |with constexpr Ever Confirmed|0 |1 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-07-24 20:22:49 UTC --- pinskia@gcc10:~/src/local$ ~/local-gcc/bin/gcc t.cc -std=c++0x t.cc:12:17: in constexpr expansion of ‘s1.Stack::Stack((*(const Stack*)(& s)), 10)’ t.cc:12:17: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. Still fails as of today on the trunk.