[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2013-05-13 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2013-04-17 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added URL|

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2013-01-19 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371 --- Comment #15 from Jan Hubicka hubicka at ucw dot cz 2013-01-19 21:48:12 UTC --- Clearing of address-taken does not work: two/1 (two) @0x7fafc0e29818 Type: function Visibility: prevailing_def_ironly Address is taken.

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2013-01-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|NEW

Re: [Bug middle-end/42371] dead code not eliminated during folding with whole-program

2013-01-17 Thread Jan Hubicka
Still a problem in latest 4.7, google/4.7, and trunk (4.8). So 4.6 was working but 4.7 isn't?

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2013-01-17 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371 --- Comment #12 from Jan Hubicka hubicka at ucw dot cz 2013-01-17 10:27:10 UTC --- Still a problem in latest 4.7, google/4.7, and trunk (4.8). So 4.6 was working but 4.7 isn't?

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2013-01-17 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371 --- Comment #13 from Matt Hargett matt at use dot net 2013-01-17 18:28:18 UTC --- No. 4.6 doesn't devirt (at -O2 or -O3) and therefore the DCE isn't relevant. At both -O2 and -O3, with and without -fwhole-program, both with and

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2013-01-16 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371 Matt Hargett matt at use dot net changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2011-04-12 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371 Matt Hargett matt at use dot net changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2011-03-16 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371 --- Comment #9 from Matt Hargett matt at use dot net 2011-03-16 21:43:56 UTC --- Now that 4.7 stage 1 is open, let me know if there's anything else I can reasonably provide to provide examples, testing, etc. Thanks!

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2011-01-12 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added AssignedTo|hubicka at gcc dot gnu.org |mjambor at suse

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2011-01-11 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371 --- Comment #7 from Matt Hargett matt at use dot net 2011-01-11 23:44:22 UTC --- Is the last remaining issue with this test case fixed by the patch for PR46076?

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2010-11-17 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371 --- Comment #5 from Matt Hargett matt at use dot net 2010-11-17 21:43:13 UTC --- GCC 4.6.0.20101116 still shows this problem, but also introduces new problems on top of it. Let me know if I should file a new bug for the regressions. Either way,

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2010-11-17 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371 --- Comment #6 from Jan Hubicka hubicka at ucw dot cz 2010-11-17 23:01:58 UTC --- The problem with not recomputing address taken flag is solved. The testcase still failed to iling because of type mismatch (i.e. one() instead of one(void)). You

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2010-06-07 Thread matt at use dot net
--- Comment #4 from matt at use dot net 2010-06-07 19:46 --- Let me know when this is implemented on trunk (preferrably by marking this report as resolved) and I'll test my proprietary test cases here. Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42371

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2010-01-22 Thread hubicka at gcc dot gnu dot org
--- Comment #2 from hubicka at gcc dot gnu dot org 2010-01-22 19:09 --- Note that testcase mises static in front of one/two. This is something I plan to implement for next release. Last release has some preparation work for it, but at the moment we don't really build may edges nor

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2010-01-22 Thread hubicka at gcc dot gnu dot org
--- Comment #3 from hubicka at gcc dot gnu dot org 2010-01-22 19:11 --- really an enhancement rather than bug. -- hubicka at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/42371] dead code not eliminated during folding with whole-program

2009-12-15 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-12-15 13:38 --- This is because we never re-compute the address-taken flag of functions. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added