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

amker at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amker at gcc dot gnu.org

--- Comment #3 from amker at gcc dot gnu.org ---
Hi,
The newly added test case failed on aarch64 as below:

FAIL: gcc.dg/ipa/iinline-attr.c scan-ipa-dump inline "hooray[^\\n]*inline copy
in test"

GCC is configured with below options:

/home/.../src/gcc/configure \
  --target=aarch64-none-elf \
  --prefix=/home/.../target-aarch64-none-elf.orig \
  --with-gmp=/home/.../build-aarch64-none-elf.orig/host-tools \
  --with-mpfr=/home/.../build-aarch64-none-elf.orig/host-tools \
  --with-mpc=/home/.../build-aarch64-none-elf.orig/host-tools \
  --with-cloog=/home/.../build-aarch64-none-elf.orig/host-tools \
  --with-isl=/home/.../build-aarch64-none-elf.orig/host-tools \
  --with-pkgversion=unknown \
  --disable-shared --disable-nls \
  --disable-threads --disable-tls \
  --enable-checking=yes \
  --enable-languages=c,c++ --with-newlib

Reply via email to