mirror of git://gcc.gnu.org/git/gcc.git
[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
This commit is contained in:
parent
a4e2620666
commit
4b1076d685
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// { dg-do compile { target "aarch64*-*-*" } }
|
||||
// { dg-xfail-if "" { *-*-* } { "-flto -fuse-linker-plugin" } { "" } }
|
||||
int
|
||||
search_line_fast (void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue