[Bug target/93061] Optimising for size -Os causes segfault with AES-NI reference

2019-12-24 Thread mutex at fastmail dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93061 Mutex changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/93061] Optimising for size -Os causes segfault with AES-NI reference

2019-12-23 Thread mutex at fastmail dot co.uk
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 $

[Bug target/93061] Optimising for size -Os causes segfault with AES-NI reference

2019-12-23 Thread mutex at fastmail dot co.uk
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.

[Bug target/93061] Optimising for size -Os causes segfault with AES-NI reference

2019-12-23 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93061 Andrew Pinski changed: What|Removed |Added Target||x86_64-linux-gnu Component|rtl-