[Bug target/77957] [6/7 Regression] Undefined .LCTOC0 with -fstack-protector-strong -mminimal-toc -O0 on ppc64le

2016-11-05 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77957 --- Comment #4 from Segher Boessenkool --- It is on my "stage3" list.

[Bug target/77957] [6/7 Regression] Undefined .LCTOC0 with -fstack-protector-strong -mminimal-toc -O0 on ppc64le

2016-11-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77957 --- Comment #3 from Jakub Jelinek --- This has been worked around on the trunk, but I haven't tracked status of the actual bugfix (making sure that if we don't optimize away the .LCTOC0 reference, we emit that symbol). Segher, do you remember

[Bug target/77957] [6/7 Regression] Undefined .LCTOC0 with -fstack-protector-strong -mminimal-toc -O0 on ppc64le

2016-10-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77957 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Thu Oct 13 08:29:03 2016 New Revision: 241087 URL: https://gcc.gnu.org/viewcvs?rev=241087=gcc=rev Log: PR target/77957 * hooks.h (hook_tree_void_null): Declare. *

[Bug target/77957] [6/7 Regression] Undefined .LCTOC0 with -fstack-protector-strong -mminimal-toc -O0 on ppc64le

2016-10-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77957 --- Comment #1 from Jakub Jelinek --- Created attachment 39798 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39798=edit gcc7-pr77957.patch One of the problems is that for TARGET_THREAD_SSP_OFFSET targets we completely wastefully create a

[Bug target/77957] [6/7 Regression] Undefined .LCTOC0 with -fstack-protector-strong -mminimal-toc -O0 on ppc64le

2016-10-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77957 Jakub Jelinek changed: What|Removed |Added Target||powerpc64le-linux