[Bug middle-end/41290] [4.5 regression] ICE: edge points to wrong declaration

2010-03-10 Thread foom at fuhm dot net
--- Comment #18 from foom at fuhm dot net 2010-03-10 20:32 --- Sorry for the extreme delay in responding. I can confirm that applying that patch on top of: gcc-4.5 (Debian 4.5-20100227-1) 4.5.0 20100227 (experimental) [trunk revision 157109] *does* make my issue go away, and my program

[Bug middle-end/41290] [4.5 regression] ICE: edge points to wrong declaration

2010-03-10 Thread jamborm at gcc dot gnu dot org
--- Comment #19 from jamborm at gcc dot gnu dot org 2010-03-10 23:51 --- Good to hear that. I don't think there is a need to reopen the bug since it is most probably a duplicate of PR 42450 which has a testcase and is being dealt with. Thanks for testing, though. --

[Bug middle-end/41290] [4.5 regression] ICE: edge points to wrong declaration

2010-02-12 Thread jamborm at gcc dot gnu dot org
--- Comment #16 from jamborm at gcc dot gnu dot org 2010-02-12 18:29 --- Created an attachment (id=19852) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19852action=view) Patch making call statement redirection based on cgraph edges clearer You may (or may not) be seeing an issue

[Bug middle-end/41290] [4.5 regression] ICE: edge points to wrong declaration

2010-02-12 Thread foom at fuhm dot net
--- Comment #17 from foom at fuhm dot net 2010-02-12 21:46 --- Thanks, I will try doing that. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41290

[Bug middle-end/41290] [4.5 regression] ICE: edge points to wrong declaration

2010-02-10 Thread foom at fuhm dot net
--- Comment #15 from foom at fuhm dot net 2010-02-10 23:24 --- Nope, adding -fno-indirect-inlining has no effect. I'm now using: g++-4.5 (Debian 4.5-20100202-1) 4.5.0 20100202 (experimental) [trunk revision 156452] Problem still occurs, -fno-ipa-cp still makes it go away. --

[Bug middle-end/41290] [4.5 regression] ICE: edge points to wrong declaration

2010-02-09 Thread jamborm at gcc dot gnu dot org
--- Comment #14 from jamborm at gcc dot gnu dot org 2010-02-09 19:44 --- Do your problems go away with -fno-indirect-inlining ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41290

[Bug middle-end/41290] [4.5 regression] ICE: edge points to wrong declaration

2010-01-11 Thread foom at fuhm dot net
--- Comment #13 from foom at fuhm dot net 2010-01-12 06:27 --- The crash is still present for my code. I'm using: g++ (Debian 20091228-2) 4.5.0 20091228 (experimental) [trunk revision 155486] on AMD64. Passing -fno-ipa-cp also makes the bug disappear for me. But apparently r154673 did

[Bug middle-end/41290] [4.5 regression] ICE: edge points to wrong declaration

2009-11-27 Thread jamborm at gcc dot gnu dot org
--- Comment #11 from jamborm at gcc dot gnu dot org 2009-11-27 12:00 --- I can't reproduce this with revision 154673. Maybe it is fixed already? (perhaps by a fix for PR 42151?) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41290

[Bug middle-end/41290] [4.5 regression] ICE: edge points to wrong declaration

2009-11-27 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-11-27 12:43 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/41290] [4.5 regression] ICE: edge points to wrong declaration

2009-11-09 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2009-11-09 15:55 --- Confirmed. It passes if I add -fno-ipa-cp, maybe martin can have a look. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added