This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/63764] [5 Regression] ICE: in verify_ssa, at tree-ssa.c:939


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ienkovich at gcc dot gnu.org
          Component|tree-optimization           |target

--- Comment #4 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
This specific ICE started with r217125.
But it was failing before that already:

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

trippels@gcc2-power8 ~ % /home/trippels/gcc_bisect/usr/local/bin/gcc
-mcpu=power8 -O2 -c test2.ii
test2.ii: In function âvoid fn1()â:
test2.ii:7:1: internal compiler error: in execute_todo, at passes.c:1842
 }
 ^
0x1088b0df execute_todo
        ../../gcc/gcc/passes.c:1842
Please submit a full bug report,

Will bisect this later.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]