[Bug target/103275] don't generate kmov with IE model relocations

2021-11-16 Thread jason at zx2c4 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103275 --- Comment #3 from Jason A. Donenfeld --- Here: https://gcc.godbolt.org/z/zqbWK8rE8 On line 76 of the output: kmovd k0, DWORD PTR __libc_tsd_CTYPE_B@gotntpoff[ebx]

[Bug target/103275] don't generate kmov with IE model relocations

2021-11-16 Thread jason at zx2c4 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103275 --- Comment #2 from Jason A. Donenfeld --- Yes, but as I wrote, this sort of thing is emitted by gcc when compiling C code, as described in https://sourceware.org/bugzilla/show_bug.cgi?id=28595

[Bug target/103275] don't generate kmov with IE model relocations

2021-11-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103275 Andrew Pinski changed: What|Removed |Added Keywords||link-failure --- Comment #1 from Andrew