[Bug middle-end/71585] Cannot selectively disable stack protector with LTO

2016-06-30 Thread marxin at gcc dot gnu.org
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.

[Bug middle-end/71585] Cannot selectively disable stack protector with LTO

2016-06-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71585 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/71585] Cannot selectively disable stack protector with LTO

2016-06-29 Thread marxin at gcc dot gnu.org
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=gcc=rev Log: Mark -fstack-protect as optimization flag. PR middle-end/71585 *

[Bug middle-end/71585] Cannot selectively disable stack protector with LTO

2016-06-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71585 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/71585] Cannot selectively disable stack protector with LTO

2016-06-24 Thread marxin at gcc dot gnu.org
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

[Bug middle-end/71585] Cannot selectively disable stack protector with LTO

2016-06-23 Thread js at alien8 dot de
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?

[Bug middle-end/71585] Cannot selectively disable stack protector with LTO

2016-06-19 Thread js at alien8 dot de
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)

[Bug middle-end/71585] Cannot selectively disable stack protector with LTO

2016-06-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71585 Andrew Pinski changed: What|Removed |Added Component|c |middle-end --- Comment #1 from Andrew