[Bug c++/19776] compiler crash (segmentation fault)

2005-07-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31 04:58 --- This is a dup of bug 22139. The reason for the errors in 4.0.1 and above: class a { friend class b; b f(void); }; is invalid code. *** This bug has been marked as a duplicate of 22139 *** --

[Bug c++/19776] compiler crash (segmentation fault)

2005-07-23 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-07-23 20:09 --- I only get lots of warnings and errors with a 4.0.1 snapshot from 2005-05-31. Can you report back whether you still get this error you saw back then? Thanks Wolfgang -- What

[Bug c++/19776] compiler crash (segmentation fault)

2005-02-03 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-02-03 11:09 --- (In reply to comment #0) I do not see a way to attach the preprocessed code here. Try here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19776 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19776

[Bug c++/19776] compiler crash (segmentation fault)

2005-02-03 Thread peter at syncad dot com
--- Additional Comments From peter at syncad dot com 2005-02-03 13:16 --- Created an attachment (id=8134) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8134action=view) This is the preprocessed code which leads to the crash. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19776

[Bug c++/19776] compiler crash (segmentation fault)

2005-02-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-03 15:44 --- Hmm, here is the story on powerpc-darwin, I can reproduce it with a full bootstrapped compiler. And I looked at the backtrace which looks very front-end dependent but it also was in the gc at the time