[Bug middle-end/84603] -finline-limit not accepted in attribute and #pragma optimize

2018-03-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84603 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug middle-end/84603] -finline-limit not accepted in attribute and #pragma optimize

2018-03-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84603 Martin Sebor changed: What|Removed |Added Status|RESOLVED|NEW Resolution|INVALID

[Bug middle-end/84603] -finline-limit not accepted in attribute and #pragma optimize

2018-03-02 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84603 --- Comment #5 from Martin Liška --- (In reply to Richard Biener from comment #4) > Note this is an option having IPA effect so it doesn't make sense to specify > it on a per-function level. Thus INVALID. > > That is, the effect is setting some

[Bug middle-end/84603] -finline-limit not accepted in attribute and #pragma optimize

2018-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84603 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/84603] -finline-limit not accepted in attribute and #pragma optimize

2018-02-28 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84603 Martin Sebor changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRMED

[Bug middle-end/84603] -finline-limit not accepted in attribute and #pragma optimize

2018-02-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84603 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #2

[Bug middle-end/84603] -finline-limit not accepted in attribute and #pragma optimize

2018-02-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84603 --- Comment #1 from Richard Biener --- -finline-limit is a deprecated way to affect inlining, please don't expose it further.