diff options
author | James Greenhalgh <james.greenhalgh@arm.com> | 2015-03-06 10:47:20 +0000 |
---|---|---|
committer | James Greenhalgh <jgreenhalgh@gcc.gnu.org> | 2015-03-06 10:47:20 +0000 |
commit | 4b1076d685a8e3521c516db06ec2e74bc952b0e5 (patch) | |
tree | 3b05d24041849eded15afb546366b472ca1b1d06 /gcc | |
parent | a4e262066621489216a6eaf23d899fb4004df285 (diff) | |
download | gcc-4b1076d685a8e3521c516db06ec2e74bc952b0e5.zip gcc-4b1076d685a8e3521c516db06ec2e74bc952b0e5.tar.gz gcc-4b1076d685a8e3521c516db06ec2e74bc952b0e5.tar.bz2 |
[AArch64 testsuite obvious] XFAIL c-c++-common/torture/aarch64-vect-lane-2.c
for -flto -fuse-linker-plugin
gcc/testsuite/
* c-c++-common/torture/aarch64-vect-lane-2.c: Skip for LTO
compiles.
From-SVN: r221233
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/c-c++-common/torture/aarch64-vect-lane-2.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f9f79c3..c3b43c0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-03-06 James Greenhalgh <james.greenhalgh@arm.com> + + * c-c++-common/torture/aarch64-vect-lane-2.c: XFAIL for LTO + compiles using the linker plugin. + 2015-03-06 Eric Botcazou <ebotcazou@adacore.com> * g++.dg/other/dump-ada-spec-3.C: Remove include and adjust. diff --git a/gcc/testsuite/c-c++-common/torture/aarch64-vect-lane-2.c b/gcc/testsuite/c-c++-common/torture/aarch64-vect-lane-2.c index 2950480..745c434 100644 --- a/gcc/testsuite/c-c++-common/torture/aarch64-vect-lane-2.c +++ b/gcc/testsuite/c-c++-common/torture/aarch64-vect-lane-2.c @@ -1,4 +1,5 @@ // { dg-do compile { target "aarch64*-*-*" } } +// { dg-xfail-if "" { *-*-* } { "-flto -fuse-linker-plugin" } { "" } } int search_line_fast (void) { |