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]);
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89731
Jakub Jelinek changed:
What|Removed |Added
Status|WAITING |NEW
CC|
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89731
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|