projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa23a2d
)
Add missing require-effective-target lto
author
Olivier Hainque
<hainque@adacore.com>
Fri, 28 Feb 2020 16:44:57 +0000
(16:44 +0000)
committer
Olivier Hainque
<hainque@adacore.com>
Tue, 3 Nov 2020 11:31:27 +0000
(11:31 +0000)
This prevents failure of an lto test in configurations
missing LTO support, such as VxWorks for kernel mode.
2020-11-02 Olivier Hainque <hainque@adacore.com>
gcc/testsuite/
* gcc.dg/tree-ssa/pr71077.c: Add
dg-require-effective-target lto.
gcc/testsuite/gcc.dg/tree-ssa/pr71077.c
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.dg/tree-ssa/pr71077.c
b/gcc/testsuite/gcc.dg/tree-ssa/pr71077.c
index 4753740f762d8f96e13b11010f03748cdeddd1f5..259055fbe9a6fec9d341ac480fba418f45806132 100644
(file)
--- a/
gcc/testsuite/gcc.dg/tree-ssa/pr71077.c
+++ b/
gcc/testsuite/gcc.dg/tree-ssa/pr71077.c
@@
-1,5
+1,6
@@
/* PR c++/71077 */
/* { dg-do link { target { i?86-*-* x86_64-*-* } } } */
+/* { dg-require-effective-target lto } */
/* { dg-options "-O3 -flto -march=core-avx2" } */
int *a;