https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69708
Martin Jambor changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69708
--- Comment #7 from Martin Jambor ---
Author: jamborm
Date: Wed May 18 16:44:08 2016
New Revision: 236418
URL: https://gcc.gnu.org/viewcvs?rev=236418&root=gcc&view=rev
Log:
Allow constant global VAR_DECLs in constant jump functions
2016-05-18
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69708
--- Comment #6 from Martin Jambor ---
Author: jamborm
Date: Wed May 18 16:41:19 2016
New Revision: 236417
URL: https://gcc.gnu.org/viewcvs?rev=236417&root=gcc&view=rev
Log:
Const parameters are always unmodified
2016-05-18 Martin Jambor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69708
--- Comment #5 from Martin Jambor ---
Author: jamborm
Date: Wed May 18 16:38:56 2016
New Revision: 236416
URL: https://gcc.gnu.org/viewcvs?rev=236416&root=gcc&view=rev
Log:
Indirect inlining of targets from references of global constants
2016-0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69708
--- Comment #4 from Martin Jambor ---
I've posted one possible implementation of this feature to the mailing
list along with an explanation why it makes sense to actually do it
better and how :-)
https://gcc.gnu.org/ml/gcc-patches/2016-03/msg006
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69708
--- Comment #3 from kugan at gcc dot gnu.org ---
Created attachment 37685
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37685&action=edit
possible fix
Attached patch fixes the testcase.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69708
kugan at gcc dot gnu.org changed:
What|Removed |Added
CC||kugan at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69708
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Status|