[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 rtl-optimization/93061] New: Optimising for size -Os causes segfault with AES-NI reference

2019-12-23 Thread mutex at fastmail dot co.uk
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: mutex at fastmail dot co.uk Target Milestone: --- Created attachment 47544 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47544&action=edit Example code that cau