https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93061
Mutex changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93061
--- Comment #3 from Mutex ---
Repeated with
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
The latest I have access to.
Same thing.
$ gcc -maes -Os *.c *.s
$ ./a.out
Segmentation fault (core dumped)
$ gcc -maes *.c *.s
$ ./a.out
$
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93061
--- Comment #2 from Mutex ---
Created attachment 47545
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47545&action=edit
Updated example
Made a mistake in the first update which might've introduced a non-relevant
segfault. This fixes it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93061
Andrew Pinski changed:
What|Removed |Added
Target||x86_64-linux-gnu
Component|rtl-