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/69613] [6 Regression] wrong code with -O and simple 128bit arithmetics and vectors @ aarch64


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

--- Comment #12 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Jakub, success.  Bootstrap on powerpc64le-unknown-linux-gnu with the attachment
from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69896#c8 clears both PR69896
and this one:

2c2
< LAST_UPDATED: Fri Feb 26 23:31:56 UTC 2016 (revision 233771)
---
> LAST_UPDATED: Fri Feb 26 23:30:24 UTC 2016 (revision 233771)
26c26
< /home/wschmidt/gcc/build/gcc-mainline-base/gcc/testsuite/g++/../../xg++ 
versi
on 6.0.0 20160226 (experimental) [trunk revision 233771] (GCC) 
---
> /home/wschmidt/gcc/build/gcc-mainline-test/gcc/testsuite/g++/../../xg++  versi
on 6.0.0 20160226 (experimental) [trunk revision 233771] (GCC) 
54,57d53
< FAIL: gcc.dg/pr69896.c (internal compiler error)
< FAIL: gcc.dg/pr69896.c (test for excess errors)
< FAIL: gcc.dg/pr69896.c 12 blank line(s) in output
< UNRESOLVED: gcc.dg/pr69896.c compilation failed to produce executable
285,286d280
< FAIL: gcc.dg/torture/pr69613.c   -O0   3 blank line(s) in output
< FAIL: gcc.dg/torture/pr69613.c   -O0  (internal compiler error)
288,290d281
< UNRESOLVED: gcc.dg/torture/pr69613.c   -O0  compilation failed to produce
exec
utable
< FAIL: gcc.dg/torture/pr69613.c   -O1   3 blank line(s) in output
< FAIL: gcc.dg/torture/pr69613.c   -O1  (internal compiler error)
292,294d282
< UNRESOLVED: gcc.dg/torture/pr69613.c   -O1  compilation failed to produce
executable
< FAIL: gcc.dg/torture/pr69613.c   -O2   3 blank line(s) in output
< FAIL: gcc.dg/torture/pr69613.c   -O2  (internal compiler error)
296,298d283
< UNRESOLVED: gcc.dg/torture/pr69613.c   -O2  compilation failed to produce
executable
< FAIL: gcc.dg/torture/pr69613.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none   3 blank line(s) in output
< FAIL: gcc.dg/torture/pr69613.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  (internal compiler error)
300,302d284
< UNRESOLVED: gcc.dg/torture/pr69613.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  compilation failed to produce executable
< FAIL: gcc.dg/torture/pr69613.c   -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects   3 blank line(s) in output
< FAIL: gcc.dg/torture/pr69613.c   -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  (internal compiler error)
304,306d285
< UNRESOLVED: gcc.dg/torture/pr69613.c   -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  compilation failed to produce executable
< FAIL: gcc.dg/torture/pr69613.c   -O3 -g   3 blank line(s) in output
< FAIL: gcc.dg/torture/pr69613.c   -O3 -g  (internal compiler error)
308,310d286
< UNRESOLVED: gcc.dg/torture/pr69613.c   -O3 -g  compilation failed to produce
executable
< FAIL: gcc.dg/torture/pr69613.c   -Os   3 blank line(s) in output
< FAIL: gcc.dg/torture/pr69613.c   -Os  (internal compiler error)
312d287
< UNRESOLVED: gcc.dg/torture/pr69613.c   -Os  compilation failed to produce
executable
331,332c306,307
< # of expected passes          100614
< # of unexpected failures      267
---
> # of expected passes          100623
> # of unexpected failures      250
335d309
< # of unresolved testcases     8

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