[Bug ipa/69708] ipa inline not working for function reference in static const struct

2016-05-18 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69708 Martin Jambor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/69708] ipa inline not working for function reference in static const struct

2016-05-18 Thread jamborm at gcc dot gnu.org
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=gcc=rev Log: Allow constant global VAR_DECLs in constant jump functions 2016-05-18 Martin

[Bug ipa/69708] ipa inline not working for function reference in static const struct

2016-05-18 Thread jamborm at gcc dot gnu.org
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=gcc=rev Log: Const parameters are always unmodified 2016-05-18 Martin Jambor

[Bug ipa/69708] ipa inline not working for function reference in static const struct

2016-05-18 Thread jamborm at gcc dot gnu.org
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=gcc=rev Log: Indirect inlining of targets from references of global constants 2016-05-18

[Bug ipa/69708] ipa inline not working for function reference in static const struct

2016-03-10 Thread jamborm at gcc dot gnu.org
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 :-)

[Bug ipa/69708] ipa inline not working for function reference in static const struct

2016-02-13 Thread kugan at gcc dot gnu.org
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=edit possible fix Attached patch fixes the testcase.

[Bug ipa/69708] ipa inline not working for function reference in static const struct

2016-02-11 Thread kugan at gcc dot gnu.org
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 ---

[Bug ipa/69708] ipa inline not working for function reference in static const struct

2016-02-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69708 Richard Biener changed: What|Removed |Added Keywords||missed-optimization