[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2012-04-12 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 --- Comment #13 from Peter Bergner 2012-04-12 19:16:16 UTC --- Created attachment 27145 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27145 Test case from EMAN2 Here's yet another test case that fails (on powerpc64-linux) and is fixed on m

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2011-06-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2011-06-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 --- Comment #11 from Paolo Carlini 2011-06-24 21:29:33 UTC --- Thanks Jakub.

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2011-06-24 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 --- Comment #10 from Jakub Jelinek 2011-06-24 21:11:19 UTC --- Author: jakub Date: Fri Jun 24 21:11:16 2011 New Revision: 175389 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175389 Log: PR c++/46400 * cp-tree.h (union lang_tree_

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2011-06-24 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 --- Comment #9 from Jakub Jelinek 2011-06-24 10:24:36 UTC --- Created attachment 24590 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24590 gcc47-pr46400.patch This seems to fix it for me, otherwise untested. TREE_CHAIN for types, if I unde

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2011-06-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 Paolo Carlini changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment #8

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2010-11-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 Richard Guenther changed: What|Removed |Added Keywords||ice-on-invalid-code Severity

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2010-11-10 Thread m.strashun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 --- Comment #7 from Michael Strashun 2010-11-10 12:37:47 UTC --- Workaround helped, thanks. Errors were supposed to be, so everything is alright. Reducing with delta looks quite not possible to me : after about a day of processing it managed to

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2010-11-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 --- Comment #5 from Paolo Carlini 2010-11-09 19:44:16 UTC --- Created attachment 22351 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22351 gzipped .ii

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2010-11-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2010-11-09 Thread m.strashun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 --- Comment #3 from Michael Strashun 2010-11-09 19:36:37 UTC --- It seems to me that bug reporting guideline prohibits attaching archives, but, probably, I have misunderstood. I ll try to do my best at reducing, but it is not fast and easy task

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2010-11-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot

[Bug c++/46400] g++ Segmentation Fault on heavily templated project.

2010-11-09 Thread m.strashun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46400 --- Comment #1 from Michael Strashun 2010-11-09 18:40:38 UTC --- Preprocessed file to compile (too large to attach ): http://www.mstr.lv/test_case.cpp