[Bug c++/42871] g++: Internal error: Segmentation fault (program cc1plus)

2010-01-27 Thread redi at gcc dot gnu dot org
--- Comment #5 from redi at gcc dot gnu dot org 2010-01-27 10:27 --- ICE with at 4.4.3 and -O3 but not 4.4.2 or -O2 -- redi at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/42871] g++: Internal error: Segmentation fault (program cc1plus)

2010-01-27 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2010-01-27 10:46 --- Reducing. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Last

[Bug c++/42871] g++: Internal error: Segmentation fault (program cc1plus)

2010-01-27 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2010-01-27 11:33 --- int *foo (); struct A { static int a (); }; template class T struct B { B (unsigned); int b1 (const T ); T *b2; unsigned b3, b4; }; template class T int B T::b1 (const T x) { unsigned i = 0; for (; i

[Bug c++/42871] g++: Internal error: Segmentation fault (program cc1plus)

2010-01-26 Thread jwakely dot gcc at gmail dot com
--- Comment #1 from jwakely dot gcc at gmail dot com 2010-01-26 12:24 --- Severity should be normal and a testcase is needed to reproduce the problem. -- jwakely dot gcc at gmail dot com changed: What|Removed |Added

[Bug c++/42871] g++: Internal error: Segmentation fault (program cc1plus)

2010-01-26 Thread gabriel at vibesec dot com
--- Comment #2 from gabriel at vibesec dot com 2010-01-26 12:28 --- The error occurs when building ACE (http://www.cs.wustl.edu/~schmidt/ACE.html) with gcc 4.4.3 -- gabriel at vibesec dot com changed: What|Removed |Added

[Bug c++/42871] g++: Internal error: Segmentation fault (program cc1plus)

2010-01-26 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2010-01-26 13:26 --- Please provide a self-contained pre-processed (*.ii) file, per: http://gcc.gnu.org/bugs/#report -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/42871] g++: Internal error: Segmentation fault (program cc1plus)

2010-01-26 Thread gabriel at vibesec dot com
--- Comment #4 from gabriel at vibesec dot com 2010-01-27 07:11 --- Created an attachment (id=19721) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19721action=view) self-contained pre-processed (Sets.ii) in TAR GZ format -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42871