https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59650
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59650
--- Comment #2 from Marc Glisse ---
Actually, we have a regression, BIT_INSERT_EXPR causes a spurious warning
a.c:13:10: warning: 'tmp' is used uninitialized in this function
[-Wuninitialized]
tmp[0] = v[0];
~~~^~
And we don't vec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59650
--- Comment #1 from Andrew Pinski ---
I think this has been improved already but I don't have a build for x86 to test
on.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59650
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Severity|n