https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71585
--- Comment #8 from Martin Liška ---
Hunk in ipa-inline-transform.c has been backported to GCC-6 branch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71585
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71585
--- Comment #6 from Martin Liška ---
Author: marxin
Date: Wed Jun 29 12:12:56 2016
New Revision: 237845
URL: https://gcc.gnu.org/viewcvs?rev=237845&root=gcc&view=rev
Log:
Mark -fstack-protect as optimization flag.
PR middle-end/71585
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71585
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71585
--- Comment #4 from Martin Liška ---
Hello
The problem can be seen on both GCC 6.x and current trunk, where we show
following warning message:
pr71585.c:2:9: warning: bad option ‘-fno-stack-protector’ to pragma ‘optimize’
[-Wpragmas]
#pragma G
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71585
--- Comment #3 from Julian Stecklina ---
Is there the hope of having at least workaround here?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71585
--- Comment #2 from Julian Stecklina ---
I can reproduce this on Fedora 24 with GCC 6.1:
gcc (GCC) 6.1.1 20160510 (Red Hat 6.1.1-2)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71585
Andrew Pinski changed:
What|Removed |Added
Component|c |middle-end
--- Comment #1 from Andrew Pi