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

Christophe Lyon <clyon at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clyon at gcc dot gnu.org
             Target|powerpc64*-linux-gnu        |powerpc64*-linux-gnu
                   |                            |aarch64 arm

--- Comment #4 from Christophe Lyon <clyon at gcc dot gnu.org> ---
If that helps:

on aarch64:
gcc.dg/vshift-5.c (internal compiler error)

on arm-linux-gnueabihf (--with-fpu neon-fp16):
    gcc.dg/pr48616.c (internal compiler error)
    gcc.dg/pr86179.c (internal compiler error)
    gcc.dg/torture/pr66856-1.c   -O3 -fomit-frame-pointer -funroll-loops
-fpeel-loops -ftracer -finline-functions  (internal compiler error)
    gcc.dg/torture/pr66856-1.c   -O3 -g  (internal compiler error)
    gcc.dg/torture/pr66856-2.c   -O3 -fomit-frame-pointer -funroll-loops
-fpeel-loops -ftracer -finline-functions  (internal compiler error)
    gcc.dg/torture/pr66856-2.c   -O3 -g  (internal compiler error)
    gcc.dg/torture/pr93428.c   -O1  (internal compiler error)
    gcc.dg/torture/pr93428.c   -O2  (internal compiler error)
    gcc.dg/torture/pr93428.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  (internal compiler error)
    gcc.dg/torture/pr93428.c   -O3 -g  (internal compiler error)
    gcc.dg/torture/pr93428.c   -Os  (internal compiler error)
    gcc.dg/vect/bb-slp-over-widen-1.c (internal compiler error)
    gcc.dg/vect/bb-slp-over-widen-1.c -flto -ffat-lto-objects (internal
compiler error)
    gcc.dg/vect/bb-slp-over-widen-2.c (internal compiler error)
    gcc.dg/vect/bb-slp-over-widen-2.c -flto -ffat-lto-objects (internal
compiler error)
    gcc.dg/vect/pr33369.c (internal compiler error)
    gcc.dg/vect/pr33369.c -flto -ffat-lto-objects (internal compiler error)
    gcc.dg/vect/pr33953.c (internal compiler error)
    gcc.dg/vect/pr33953.c -flto -ffat-lto-objects (internal compiler error)
    gcc.dg/vect/pr46049.c (internal compiler error)
    gcc.dg/vect/pr46049.c -flto -ffat-lto-objects (internal compiler error)
    gcc.dg/vect/pr46126.c (internal compiler error)
    gcc.dg/vect/pr46126.c -flto -ffat-lto-objects (internal compiler error)
    gcc.dg/vect/pr51581-3.c (internal compiler error)
    gcc.dg/vect/pr51581-3.c -flto -ffat-lto-objects (internal compiler error)
    gcc.dg/vect/pr51581-4.c (internal compiler error)
    gcc.dg/vect/pr51581-4.c -flto -ffat-lto-objects (internal compiler error)
    gcc.dg/vect/slp-36.c (internal compiler error)
    gcc.dg/vect/slp-36.c -flto -ffat-lto-objects (internal compiler error)
    gcc.dg/vect/slp-multitypes-13.c (internal compiler error)
    gcc.dg/vect/slp-multitypes-13.c -flto -ffat-lto-objects (internal compiler
error)
    gcc.dg/vect/vect-avg-15.c (internal compiler error)
    gcc.dg/vect/vect-avg-15.c -flto -ffat-lto-objects (internal compiler error)
    gcc.dg/vect/vect-avg-16.c (internal compiler error)
    gcc.dg/vect/vect-avg-16.c -flto -ffat-lto-objects (internal compiler error)
    gcc.target/arm/pr53636.c (internal compiler error)

Reply via email to