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/77834] [7 Regression] ICE: in make_decl_rtl, at varasm.c:1311 with -O -ftree-pre -mstringop-strategy=libcall


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

Bill Schmidt <wschmidt at gcc dot gnu.org> changed:

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

--- Comment #13 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
The new test case fails on the GCC 6.3 release candidate for
powerpc64le-unknown-linux-gnu:

spawn /home/wschmidt/gcc/build/gcc-6.3.0-RC-20161214/gcc/xgcc
-B/home/wschmidt/g
cc/build/gcc-6.3.0-RC-20161214/gcc/
/home/wschmidt/gcc/gcc-6.3.0-RC-20161214/gcc/testsuite/gcc.dg/pr77834.c
-fno-diagnostics-show-caret -fdiagnostics-color=never -O -ftree-pre -Wno-psabi
-S -m64 -o pr77834.s
/home/wschmidt/gcc/gcc-6.3.0-RC-20161214/gcc/testsuite/gcc.dg/pr77834.c: In
function 'foo':
/home/wschmidt/gcc/gcc-6.3.0-RC-20161214/gcc/testsuite/gcc.dg/pr77834.c:10: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/pr77834.c:9: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/pr77834.c: In
function 'foo':
/home/wschmidt/gcc/gcc-6.3.0-RC-20161214/gcc/testsuite/gcc.dg/pr77834.c:10: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/pr77834.c:9:1:
warning: GCC vector passed by reference: non-standard ABI extension with no
compatibility guarantee

FAIL: gcc.dg/pr77834.c (test for excess errors)

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