https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56210
Richard Biener changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
Last recon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56210
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56210
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|NEW
Known to work|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56210
--- Comment #6 from Richard Biener 2013-03-18
10:33:27 UTC ---
Author: rguenth
Date: Mon Mar 18 10:33:11 2013
New Revision: 196777
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196777
Log:
2013-03-18 Richard Biener
P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56210
--- Comment #5 from jim at meyering dot net 2013-02-05 17:00:47 UTC ---
Hi Jakub,
Exactly. The lack of const there was a bug, and I fixed that before reporting
the gcc behavior that had surprised me.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56210
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56210
--- Comment #3 from Richard Biener 2013-02-05
10:04:53 UTC ---
I have a fix for the points-to analysis, but the IPA reference bug is hard
to fix as puts may recurse back into the current unit and it may use/clobber
all global vars (of whic
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56210
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Keywords|