https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78540
Bill Schmidt <wschmidt at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wschmidt at gcc dot gnu.org --- Comment #8 from Bill Schmidt <wschmidt at gcc dot gnu.org> --- The new test case fails on powerpc64le-unknown-linux-gnu in the GCC 6.3 RC: spawn /home/wschmidt/gcc/build/gcc-6.3.0-RC-20161214/gcc/xgcc -B/home/wschmidt/gcc/build/gcc-6.3.0-RC-20161214/gcc/ /home/wschmidt/gcc/gcc-6.3.0-RC-20161214/gcc/testsuite/gcc.dg/pr78540.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O2 -Wno-psabi -S -m64 -o pr78540.s /home/wschmidt/gcc/gcc-6.3.0-RC-20161214/gcc/testsuite/gcc.dg/pr78540.c: In function 'foo': /home/wschmidt/gcc/gcc-6.3.0-RC-20161214/gcc/testsuite/gcc.dg/pr78540.c:11:1: warning: GCC vector returned by reference: non-standard ABI extension with no compatibility guarantee /home/wschmidt/gcc/gcc-6.3.0-RC-20161214/gcc/testsuite/gcc.dg/pr78540.c:10:1: warning: GCC vector passed by reference: non-standard ABI extension with no compatibility guarantee output is: /home/wschmidt/gcc/gcc-6.3.0-RC-20161214/gcc/testsuite/gcc.dg/pr78540.c: In function 'foo': /home/wschmidt/gcc/gcc-6.3.0-RC-20161214/gcc/testsuite/gcc.dg/pr78540.c:11:1: warning: GCC vector returned by reference: non-standard ABI extension with no compatibility guarantee /home/wschmidt/gcc/gcc-6.3.0-RC-20161214/gcc/testsuite/gcc.dg/pr78540.c:10:1: warning: GCC vector passed by reference: non-standard ABI extension with no compatibility guarantee FAIL: gcc.dg/pr78540.c (test for excess errors)