[Bug target/48326] Target attribute leaks from function pointers

2021-08-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326 Andrew Pinski changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #8 from Andrew Pin

[Bug target/48326] Target attribute leaks from function pointers

2021-08-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.7.0 Resolution|---

[Bug target/48326] Target attribute leaks from function pointers

2013-11-01 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326 --- Comment #6 from joseph at codesourcery dot com --- On Fri, 1 Nov 2013, michael at talamasca dot ocis.net wrote: > Do I have to file a separate bug report in order to fix the problem that > current GCC releases can't be expected to bootstrap u

[Bug target/48326] Target attribute leaks from function pointers

2013-10-31 Thread michael at talamasca dot ocis.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326 --- Comment #5 from michael at talamasca dot ocis.net --- Do I have to file a separate bug report in order to fix the problem that current GCC releases can't be expected to bootstrap up if the starting compiler is GCC 4.7.0 (among several other pr

[Bug target/48326] Target attribute leaks from function pointers

2013-03-30 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326 --- Comment #4 from Mikael Pettersson 2013-03-30 12:31:38 UTC --- The initial bug was fixed by r187169 on 4.7 branch, I'd say it's clearly a dup of PR53228.

[Bug target/48326] Target attribute leaks from function pointers

2013-03-30 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326 --- Comment #3 from Mikael Pettersson 2013-03-30 11:59:19 UTC --- I can reproduce the initial bug with gcc 4.4.7, 4.5.3, 4.6.3, and 4.7.0, but not with 4.5.4, 4.6-20130322, 4.7.1, or 4.7.2.

[Bug target/48326] Target attribute leaks from function pointers

2013-03-29 Thread michael at talamasca dot ocis.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326 --- Comment #2 from michael at talamasca dot ocis.net 2013-03-30 00:26:53 UTC --- The bug itself seems to have been silently fixed in 4.7.2 or earlier, maybe. My testcase no longer causes cmov to be emitted, although this could be an accid

[Bug target/48326] Target attribute leaks from function pointers

2011-03-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326 Richard Guenther changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIR

[Bug target/48326] Target attribute leaks from function pointers

2011-03-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326 Andrew Pinski changed: What|Removed |Added Component|c |target Severity|major