mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 23:35:00 +08:00
Remove dg-options -O2 in libgomp.c
2015-06-15 Tom de Vries <tom@codesourcery.com> * testsuite/libgomp.c/atomic-1.c: Remove dg-options "-O2". Use dg-additional-options for any remaining options. * testsuite/libgomp.c/atomic-2.c: Same. * testsuite/libgomp.c/atomic-4.c: Same. * testsuite/libgomp.c/atomic-5.c: Same. * testsuite/libgomp.c/atomic-6.c: Same. * testsuite/libgomp.c/autopar-1.c: Same. * testsuite/libgomp.c/copyin-1.c: Same. * testsuite/libgomp.c/copyin-2.c: Same. * testsuite/libgomp.c/copyin-3.c: Same. * testsuite/libgomp.c/examples-4/e.53.5.c: Same. * testsuite/libgomp.c/nestedfn-5.c: Same. * testsuite/libgomp.c/parloops-exit-first-loop-alt-2.c: Same. * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c: Same. * testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c: Same. * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same. * testsuite/libgomp.c/pr32362-1.c: Same. * testsuite/libgomp.c/pr32362-2.c: Same. * testsuite/libgomp.c/pr32362-3.c: Same. * testsuite/libgomp.c/pr39591-1.c: Same. * testsuite/libgomp.c/pr39591-2.c: Same. * testsuite/libgomp.c/pr39591-3.c: Same. * testsuite/libgomp.c/pr58392.c: Same. * testsuite/libgomp.c/pr58756.c: Same. * testsuite/libgomp.c/simd-1.c: Same. * testsuite/libgomp.c/simd-10.c: Same. * testsuite/libgomp.c/simd-11.c: Same. * testsuite/libgomp.c/simd-12.c: Same. * testsuite/libgomp.c/simd-13.c: Same. * testsuite/libgomp.c/simd-14.c: Same. * testsuite/libgomp.c/simd-15.c: Same. * testsuite/libgomp.c/simd-2.c: Same. * testsuite/libgomp.c/simd-3.c: Same. * testsuite/libgomp.c/simd-4.c: Same. * testsuite/libgomp.c/simd-5.c: Same. * testsuite/libgomp.c/simd-6.c: Same. * testsuite/libgomp.c/simd-7.c: Same. * testsuite/libgomp.c/simd-8.c: Same. * testsuite/libgomp.c/simd-9.c: Same. From-SVN: r224489
This commit is contained in:
parent
154a458e1b
commit
d7bfc710ab
@ -1,3 +1,45 @@
|
||||
2015-06-15 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
* testsuite/libgomp.c/atomic-1.c: Remove dg-options "-O2". Use
|
||||
dg-additional-options for any remaining options.
|
||||
* testsuite/libgomp.c/atomic-2.c: Same.
|
||||
* testsuite/libgomp.c/atomic-4.c: Same.
|
||||
* testsuite/libgomp.c/atomic-5.c: Same.
|
||||
* testsuite/libgomp.c/atomic-6.c: Same.
|
||||
* testsuite/libgomp.c/autopar-1.c: Same.
|
||||
* testsuite/libgomp.c/copyin-1.c: Same.
|
||||
* testsuite/libgomp.c/copyin-2.c: Same.
|
||||
* testsuite/libgomp.c/copyin-3.c: Same.
|
||||
* testsuite/libgomp.c/examples-4/e.53.5.c: Same.
|
||||
* testsuite/libgomp.c/nestedfn-5.c: Same.
|
||||
* testsuite/libgomp.c/parloops-exit-first-loop-alt-2.c: Same.
|
||||
* testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c: Same.
|
||||
* testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c: Same.
|
||||
* testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
|
||||
* testsuite/libgomp.c/pr32362-1.c: Same.
|
||||
* testsuite/libgomp.c/pr32362-2.c: Same.
|
||||
* testsuite/libgomp.c/pr32362-3.c: Same.
|
||||
* testsuite/libgomp.c/pr39591-1.c: Same.
|
||||
* testsuite/libgomp.c/pr39591-2.c: Same.
|
||||
* testsuite/libgomp.c/pr39591-3.c: Same.
|
||||
* testsuite/libgomp.c/pr58392.c: Same.
|
||||
* testsuite/libgomp.c/pr58756.c: Same.
|
||||
* testsuite/libgomp.c/simd-1.c: Same.
|
||||
* testsuite/libgomp.c/simd-10.c: Same.
|
||||
* testsuite/libgomp.c/simd-11.c: Same.
|
||||
* testsuite/libgomp.c/simd-12.c: Same.
|
||||
* testsuite/libgomp.c/simd-13.c: Same.
|
||||
* testsuite/libgomp.c/simd-14.c: Same.
|
||||
* testsuite/libgomp.c/simd-15.c: Same.
|
||||
* testsuite/libgomp.c/simd-2.c: Same.
|
||||
* testsuite/libgomp.c/simd-3.c: Same.
|
||||
* testsuite/libgomp.c/simd-4.c: Same.
|
||||
* testsuite/libgomp.c/simd-5.c: Same.
|
||||
* testsuite/libgomp.c/simd-6.c: Same.
|
||||
* testsuite/libgomp.c/simd-7.c: Same.
|
||||
* testsuite/libgomp.c/simd-8.c: Same.
|
||||
* testsuite/libgomp.c/simd-9.c: Same.
|
||||
|
||||
2015-06-15 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
* testsuite/libgomp.c/pr35625.c: Fix typo.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -march=pentium" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
|
||||
/* { dg-additional-options "-march=pentium" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
|
||||
|
||||
#ifdef __i386__
|
||||
#include "cpuid.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -mcx16" { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
|
||||
/* { dg-additional-options "-mcx16" { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
|
||||
|
||||
#ifdef __x86_64__
|
||||
#include "cpuid.h"
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* PR middle-end/35611 */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
extern void abort (void);
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* PR middle-end/36106 */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-options "-O2 -mcx16" { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
|
||||
/* { dg-additional-options "-mcx16" { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
|
||||
|
||||
#ifdef __x86_64__
|
||||
# include "cpuid.h"
|
||||
|
@ -1,7 +1,6 @@
|
||||
/* PR middle-end/36106 */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-options "-O2 -mieee" { target alpha*-*-* } } */
|
||||
/* { dg-options "-O2 -march=i586" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
|
||||
/* { dg-additional-options "-mieee" { target alpha*-*-* } } */
|
||||
/* { dg-additional-options "-march=i586" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
|
||||
|
||||
#ifdef __i386__
|
||||
# include "cpuid.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-ftree-parallelize-loops=4 -O2 -ffast-math" } */
|
||||
/* { dg-additional-options "-ftree-parallelize-loops=4 -ffast-math" } */
|
||||
|
||||
extern void abort (void);
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-require-effective-target tls_runtime } */
|
||||
|
||||
#include <omp.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-require-effective-target tls_runtime } */
|
||||
|
||||
#include <omp.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-require-effective-target tls_runtime } */
|
||||
|
||||
#include <omp.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run { target vect_simd_clones } } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
extern void abort (void);
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -ftree-parallelize-loops=2" } */
|
||||
/* { dg-additional-options "-ftree-parallelize-loops=2" } */
|
||||
|
||||
/* Constant bound, vector addition. */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -ftree-parallelize-loops=2" } */
|
||||
/* { dg-additional-options "-ftree-parallelize-loops=2" } */
|
||||
|
||||
/* Variable bound, reduction. */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -ftree-parallelize-loops=2" } */
|
||||
/* { dg-additional-options "-ftree-parallelize-loops=2" } */
|
||||
|
||||
/* Constant bound, reduction. */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -ftree-parallelize-loops=2" } */
|
||||
/* { dg-additional-options "-ftree-parallelize-loops=2" } */
|
||||
|
||||
/* Variable bound, vector addition. */
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* PR middle-end/32362 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
#include <omp.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* PR middle-end/32362 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
#include <omp.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* PR middle-end/32362 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
#include <omp.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* PR other/39591 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
extern void abort (void);
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* PR other/39591 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
extern void abort (void);
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* PR other/39591 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
extern void abort (void);
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* PR tree-optimization/58392 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* PR libgomp/58756 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* PR libgomp/58482 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user