[Bug inline-asm/89731] GCC crashing when mixing AVX inline asm with macros and C.

2019-03-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89731 --- Comment #4 from Jakub Jelinek --- Reduced testcase: typedef int __v8si __attribute__((__vector_size__(8 * sizeof (int; void bar (int); void foo (void) { register __v8si b asm("ymm0"); for (int c = 0; c < 4; ++c) bar (b[c]); }

[Bug inline-asm/89731] GCC crashing when mixing AVX inline asm with macros and C.

2019-03-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89731 Jakub Jelinek changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug inline-asm/89731] GCC crashing when mixing AVX inline asm with macros and C.

2019-03-15 Thread hgreving at google dot com
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] GCC crashing when mixing AVX inline asm with macros and C.

2019-03-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89731 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|