https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116472

--- Comment #3 from 8dcc.git at gmail dot com ---
> Are you sure you don't have some patch which breaks this?
I haven't manually patched GCC, it was installed it from the Arch repository,
which is apparently configured with `--enable-default-pie`, according to `gcc
-v`.

> Oh -fPIE is needed to get the "broken" assembly.
I tried compiling the source with:

    gcc -S -masm=intel -no-pie -o output.s source.c

And the issue still persists.

Reply via email to