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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #60090|0                           |1
        is obsolete|                            |
  Attachment #60093|0                           |1
        is obsolete|                            |
  Attachment #60094|0                           |1
        is obsolete|                            |

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 60095
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60095&action=edit
crc.c

Single source testcase.
gcc -O2 -fPIE -o crc crc.c; ./crc; echo $?; gcc -O2 -fPIE -o crc crc.c
-fno-optimize-crc; ./crc; echo $?
Aborted (core dumped)
134
0

Reply via email to