+2013-11-12 Balaji V.
+2013-11-12 Balaji V. Iyer <balaji.v.iyer@intel.com> + + * gcc.dg/cilk-plus/cilk-plus.exp: Added a check for LTO before running + LTO tests. + From-SVN: r204725
This commit is contained in:
parent
3eae202fc7
commit
9dbdea6b2a
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-11-12 Balaji V. Iyer <balaji.v.iyer@intel.com>
|
||||
|
||||
* gcc.dg/cilk-plus/cilk-plus.exp: Added a check for LTO before running
|
||||
LTO tests.
|
||||
|
||||
2013-11-12 Jeff Law <law@redhat.com>
|
||||
|
||||
* gcc.dg/tree-ssa/isolate-1.c: Update expected output.
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
|
||||
load_lib gcc-dg.exp
|
||||
load_lib lto.exp
|
||||
|
||||
if { ![check_effective_target_cilkplus] } {
|
||||
return;
|
||||
|
@ -48,8 +49,9 @@ dg-runtest [lsort [glob -nocomplain $srcdir/c-c++-common/cilk-plus/CK/*.c]] " -O
|
|||
dg-runtest [lsort [glob -nocomplain $srcdir/c-c++-common/cilk-plus/CK/*.c]] " -O2 -std=c99 -fcilkplus $ALWAYS_CFLAGS" " "
|
||||
dg-runtest [lsort [glob -nocomplain $srcdir/c-c++-common/cilk-plus/CK/*.c]] " -O2 -ftree-vectorize -fcilkplus $ALWAYS_CFLAGS" " "
|
||||
dg-runtest [lsort [glob -nocomplain $srcdir/c-c++-common/cilk-plus/CK/*.c]] " -O3 -g -fcilkplus $ALWAYS_CFLAGS" " "
|
||||
dg-runtest [lsort [glob -nocomplain $srcdir/c-c++-common/cilk-plus/CK/*.c]] " -O3 -flto -g -fcilkplus $ALWAYS_CFLAGS" " "
|
||||
|
||||
if { [check_effective_target_lto] } {
|
||||
dg-runtest [lsort [glob -nocomplain $srcdir/c-c++-common/cilk-plus/CK/*.c]] " -O3 -flto -g -fcilkplus $ALWAYS_CFLAGS" " "
|
||||
}
|
||||
|
||||
|
||||
dg-finish
|
||||
|
|
Loading…
Add table
Reference in a new issue