https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63764

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Host|                            |x86_64-pc-linux-gnu

--- Comment #3 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> (In reply to Markus Trippelsdorf from comment #1)
> > Also happens when building the Linux kernel:
> That is a different issue and already recorded as bug 63569 (I reduced it
> further based on thinking why it would produce wrong code too).

Ok. Thanks.

This is the original issue further reduced:

trippels@gcc2-power8 ~ % cat test2.ii
void
fn1 ()
{             __attribute__ altivec (vector__))) int saijplus16;
  ((__attribute__ ((altivec (vector__))) int) saijplus16)[0] = 0;
}

trippels@gcc2-power8 ~ % gcc -mvsx -O2 -c test2.ii
test2.ii: In function ‘void fn1()’:
test2.ii:5:1: internal compiler error: in verify_ssa, at tree-ssa.c:939
 }
 ^
0x10bdf767 verify_ssa(bool, bool)
        ../../gcc/gcc/tree-ssa.c:939
0x108a458b execute_function_todo
        ../../gcc/gcc/passes.c:1875
0x108a54ab do_per_function
        ../../gcc/gcc/passes.c:1602
0x108a5667 execute_todo
        ../../gcc/gcc/passes.c:1925
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

Reply via email to