[Bug tree-optimization/29212] ICE with -fipa-pta

2010-05-03 Thread jv244 at cam dot ac dot uk
--- Comment #13 from jv244 at cam dot ac dot uk 2010-05-03 07:46 --- these might be fixed in current trunk as a result of the fixes to PR43879 -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug tree-optimization/29212] ICE with -fipa-pta

2010-05-03 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2010-05-03 09:16 --- Fixed long ago. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29212] ICE with -fipa-pta

2009-05-28 Thread jv244 at cam dot ac dot uk
--- Comment #12 from jv244 at cam dot ac dot uk 2009-05-28 07:05 --- (In reply to comment #5) Subject: Re: ICE with -fipa-pta As the person working on ipa-pta, I'm happy for you to file bug reports against ipa-pta, but I should warn you that a lot of these bugs are just going to

[Bug tree-optimization/29212] ICE with -fipa-pta

2009-05-27 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2009-05-28 05:18 --- *** Bug 40280 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29212] ICE with -fipa-pta

2009-01-28 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2009-01-29 02:10 --- *** Bug 39014 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29212] ICE with -fipa-pta

2008-06-08 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2008-06-08 14:12 --- *** Bug 36465 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29212] ICE with -fipa-pta

2006-11-30 Thread wouter dot vermaelen at pi dot be
--- Comment #8 from wouter dot vermaelen at pi dot be 2006-11-30 15:40 --- I'm not sure this is the same problem, but on todays build even an empty file in c++ mode triggers an ICE: touch empty.c gcc -fipa-pta empty.c [this works as expected] touch empty.cpp gcc -fipa-pta

[Bug tree-optimization/29212] ICE with -fipa-pta

2006-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-10-02 17:28 --- Confirmed, further reduced testcase: struct StructB { bool val_; }; struct ClassF { virtual void MetG(StructB value) = 0; }; ClassF* MetJ (); void MetN (StructB const x) { ClassF *VarI = MetJ(); VarI-MetG ( x);

[Bug tree-optimization/29212] ICE with -fipa-pta

2006-09-26 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-26 07:07 --- -fipa-pta does nothing useful except for creating dump files. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29212

[Bug tree-optimization/29212] ICE with -fipa-pta

2006-09-26 Thread micis at gmx dot de
--- Comment #4 from micis at gmx dot de 2006-09-26 08:16 --- I don't want to offend you but I know that already because last time I reported a bug with -fipa-pta you gave me exactly the same comment. I just want to help in the development of gcc by searching for bugs and reporting

[Bug tree-optimization/29212] ICE with -fipa-pta

2006-09-26 Thread dberlin at dberlin dot org
--- Comment #5 from dberlin at gcc dot gnu dot org 2006-09-27 02:14 --- Subject: Re: ICE with -fipa-pta --- Comment #4 from micis at gmx dot de 2006-09-26 08:16 --- I don't want to offend you but I know that already because last time I reported a bug with -fipa-pta you

[Bug tree-optimization/29212] ICE with -fipa-pta

2006-09-26 Thread bangerth at dealii dot org
--- Comment #6 from bangerth at dealii dot org 2006-09-27 04:57 --- Filing bug reports is certainly a good think no matter what happens: a) If code is finally merged from the branch, we will have to go back to these bug reports to make sure they're really fixed b) If code is never

[Bug tree-optimization/29212] ICE with -fipa-pta

2006-09-25 Thread micis at gmx dot de
--- Comment #1 from micis at gmx dot de 2006-09-25 13:16 --- Created an attachment (id=12321) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12321action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29212

[Bug tree-optimization/29212] ICE with -fipa-pta

2006-09-25 Thread micis at gmx dot de
--- Comment #2 from micis at gmx dot de 2006-09-25 14:17 --- By checking older compiler versions I found: snapshots gcc-4.2-20060819 and before are working, snapshots gcc-4.2-20060826 and later are ICEing Michael Cieslinski -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29212