[Bug middle-end/41730] ICE with -flto -fwhole-program

2009-10-22 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-10-22 13:11 --- Subject: Bug 41730 Author: rguenth Date: Thu Oct 22 13:10:55 2009 New Revision: 153455 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=153455 Log: 2009-10-22 Richard Guenther rguent...@suse.de PR

[Bug middle-end/41730] ICE with -flto -fwhole-program

2009-10-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-10-22 13:11 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/41730] ICE with -flto -fwhole-program

2009-10-22 Thread hubicka at gcc dot gnu dot org
--- Comment #5 from hubicka at gcc dot gnu dot org 2009-10-22 13:32 --- Subject: Bug 41730 Author: hubicka Date: Thu Oct 22 13:31:48 2009 New Revision: 153456 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=153456 Log: * ipa-cp.c (ipcp_read_summary): Remove now invalid

[Bug middle-end/41730] ICE with -flto -fwhole-program

2009-10-21 Thread hubicka at ucw dot cz
--- Comment #2 from hubicka at ucw dot cz 2009-10-22 00:29 --- Subject: Re: New: ICE with -flto -fwhole-program The problem here is that ipa-pure-const skips analysis of overwrittable nodes. But with LTO and whole program the nodes might look overwrittable at compile time, but at

[Bug middle-end/41730] ICE with -flto -fwhole-program

2009-10-16 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-10-16 13:54 --- This breaks 447.dealII build currently. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41730