[Bug inline-asm/89731] GCC crashing when mixing AVX inline asm with macros and C.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89731 --- Comment #2 from Hendrik Greving --- Created attachment 45978 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45978&action=edit Pre-processed test case.
[Bug inline-asm/89731] New: GCC crashing when mixing AVX inline asm with macros and C.
Priority: P3 Component: inline-asm Assignee: unassigned at gcc dot gnu.org Reporter: hgreving at google dot com Target Milestone: --- gcc --version gcc (Debian 7.3.0-5) 7.3.0 Reproducer, see attachment: gcc -o test -m64 -mavx -c -O3 x86_code.i /usr/local/google/home