https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98872
Peter Bergner changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98872
--- Comment #3 from CVS Commits ---
The master branch has been updated by Peter Bergner :
https://gcc.gnu.org/g:a33927c9ab4af3f4595251ce0c8ba54db821b039
commit r11-7249-ga33927c9ab4af3f4595251ce0c8ba54db821b039
Author: Peter Bergner
Date: Mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98872
--- Comment #2 from Peter Bergner ---
The problem is caused by using an uninitialized __vector_quad (or
__vector_pair) variable. In those cases, initialize_uninitialized_regs()
detects that and emits an initialization via:
emit_move_insn (reg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98872
Richard Biener changed:
What|Removed |Added
Target Milestone|11.0|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98872
Peter Bergner changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |bergner at gcc dot
gnu.org