[Bug target/103015] [pentium4][solaris] Segmentation fault loading pointer to TLS

2021-11-02 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103015 --- Comment #8 from Iain Buclaw --- (In reply to Iain Buclaw from comment #6) > Not that there's a regressing commit anywhere, just a change exposed a > problem with Solaris. First commit it started occurring with -O2 -ftree-vectorize is r10-47

[Bug target/103015] [pentium4][solaris] Segmentation fault loading pointer to TLS

2021-11-02 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103015 --- Comment #7 from Iain Buclaw --- (In reply to Iain Buclaw from comment #6) > Not that there's a regressing commit anywhere, just a change exposed a > problem with Solaris. First commit it started occurring with -O2 is r12-4240. This gives an

[Bug target/103015] [pentium4][solaris] Segmentation fault loading pointer to TLS

2021-11-02 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103015 --- Comment #6 from Iain Buclaw --- (In reply to Iain Buclaw from comment #5) > (In reply to Richard Biener from comment #4) > > I suppose that maybe solaris does not align TLS vars with custom DECL_ALIGN > > properly, but maybe you also did not

[Bug target/103015] [pentium4][solaris] Segmentation fault loading pointer to TLS

2021-11-02 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103015 --- Comment #5 from Iain Buclaw --- (In reply to Richard Biener from comment #4) > I suppose that maybe solaris does not align TLS vars with custom DECL_ALIGN > properly, but maybe you also did not have g:eed248bb8cc3091e8 in your tree? I'm on r

[Bug target/103015] [pentium4][solaris] Segmentation fault loading pointer to TLS

2021-11-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103015 --- Comment #4 from Richard Biener --- I suppose that maybe solaris does not align TLS vars with custom DECL_ALIGN properly, but maybe you also did not have g:eed248bb8cc3091e8 in your tree?

[Bug target/103015] [pentium4][solaris] Segmentation fault loading pointer to TLS

2021-10-31 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103015 --- Comment #3 from Iain Buclaw --- (In reply to Andrew Pinski from comment #2) > Are you using Solaris's ld or as? Or what version of binutils are you using? > Yes it does matter here. Configured gcc --without-gnu-ld --with-ld=/usr/bin/ld --wit

[Bug target/103015] [pentium4][solaris] Segmentation fault loading pointer to TLS

2021-10-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103015 --- Comment #2 from Andrew Pinski --- Are you using Solaris's ld or as? Or what version of binutils are you using? Yes it does matter here.