[Bug rtl-optimization/88311] mlongcall indirections are optimised away

2018-12-12 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88311 --- Comment #4 from Iain Sandoe --- hmm strange, my case is repeatable at O2 and with -Wall -W (and without -dp). (and with/without fPIC).

[Bug rtl-optimization/88311] mlongcall indirections are optimised away

2018-12-12 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88311 --- Comment #3 from Segher Boessenkool --- $ ~/build/tot/gcc/cc1 -quiet -Wall -W -O2 hello2.c -mlongcall -m32 ... main: .LFB0: .cfi_startproc stwu 1,-16(1) .cfi_def_cfa_offset 16 .reloc .+2,R_PPC_PLT16_HA,printf

[Bug rtl-optimization/88311] mlongcall indirections are optimised away

2018-12-12 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88311 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/88311] mlongcall indirections are optimised away

2018-12-12 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88311 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comme