re PR testsuite/68820 (FAIL: gcc.c-torture/execute/builtins/memops-asm.c execution, -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects)

PR testsuite/68820
	* gcc.c-torture/execute/builtins/memops-asm.x: New file.
	* gcc.c-torture/execute/builtins/strstr-asm.x: Ditto.
	* gcc.c-torture/execute/builtins/strstr-asm.c: Remove dg-options.

From-SVN: r232573
This commit is contained in:
Uros Bizjak 2016-01-19 18:10:31 +01:00
parent ceda2c69d5
commit 7596d5de93
4 changed files with 28 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2016-01-19 Uros Bizjak <ubizjak@gmail.com>
PR testsuite/68820
* gcc.c-torture/execute/builtins/memops-asm.x: New file.
* gcc.c-torture/execute/builtins/strstr-asm.x: Ditto.
* gcc.c-torture/execute/builtins/strstr-asm.c: Remove dg-options.
2016-01-19 Jan Hubicka <hubicka@ucw.cz>
PR ipa/66223
@ -338,8 +345,7 @@
2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
* gfortran.dg/bind_c_array_params_2.f90: Fix test patterns for
S/390.
* gfortran.dg/bind_c_array_params_2.f90: Fix test patterns for S/390.
2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>

View file

@ -0,0 +1,10 @@
# Different translation units may have different user name overrides
# and we do not preserve enough context to known which one we want.
set torture_eval_before_compile {
if {[string match {*-flto*} "$option"]} {
continue
}
}
return 0

View file

@ -2,7 +2,6 @@
Ensure all expected transformations of builtin strstr occur and
perform correctly in presence of redirect. */
/* { dg-options "-ffat-lto-objects" } */
#define ASMNAME(cname) ASMNAME2 (__USER_LABEL_PREFIX__, cname)
#define ASMNAME2(prefix, cname) STRING (prefix) cname

View file

@ -0,0 +1,10 @@
# Different translation units may have different user name overrides
# and we do not preserve enough context to known which one we want.
set torture_eval_before_compile {
if {[string match {*-flto*} "$option"]} {
continue
}
}
return 0