testsuite: remove -save-temps from many tests [PR113319]
This removes -save-temps from the tests I've introduced to fix the LTO mismatches. gcc/testsuite/ChangeLog: PR testsuite/113319 * gcc.dg/bic-bitmask-13.c: Remove -save-temps. * gcc.dg/bic-bitmask-14.c: Likewise. * gcc.dg/bic-bitmask-15.c: Likewise. * gcc.dg/bic-bitmask-16.c: Likewise. * gcc.dg/bic-bitmask-17.c: Likewise. * gcc.dg/bic-bitmask-18.c: Likewise. * gcc.dg/bic-bitmask-19.c: Likewise. * gcc.dg/bic-bitmask-20.c: Likewise. * gcc.dg/bic-bitmask-21.c: Likewise. * gcc.dg/bic-bitmask-22.c: Likewise. * gcc.dg/bic-bitmask-7.c: Likewise. * gcc.dg/vect/vect-early-break-run_1.c: Likewise. * gcc.dg/vect/vect-early-break-run_10.c: Likewise. * gcc.dg/vect/vect-early-break-run_2.c: Likewise. * gcc.dg/vect/vect-early-break-run_3.c: Likewise. * gcc.dg/vect/vect-early-break-run_4.c: Likewise. * gcc.dg/vect/vect-early-break-run_5.c: Likewise. * gcc.dg/vect/vect-early-break-run_6.c: Likewise. * gcc.dg/vect/vect-early-break-run_7.c: Likewise. * gcc.dg/vect/vect-early-break-run_8.c: Likewise. * gcc.dg/vect/vect-early-break-run_9.c: Likewise.
This commit is contained in:
parent
a729b6e002
commit
da1e651e9c
21 changed files with 21 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O0 -save-temps -fdump-tree-dce" } */
|
||||
/* { dg-options "-O0 -fdump-tree-dce" } */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
|
||||
/* { dg-options "-O1 -fdump-tree-dce" } */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
|
||||
/* { dg-options "-O1 -fdump-tree-dce" } */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
|
||||
/* { dg-options "-O1 -fdump-tree-dce" } */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
|
||||
/* { dg-options "-O1 -fdump-tree-dce" } */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
|
||||
/* { dg-options "-O1 -fdump-tree-dce" } */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
|
||||
/* { dg-options "-O1 -fdump-tree-dce" } */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
|
||||
/* { dg-options "-O1 -fdump-tree-dce" } */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
|
||||
/* { dg-options "-O1 -fdump-tree-dce" } */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
|
||||
/* { dg-options "-O1 -fdump-tree-dce" } */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O3 -save-temps -fdump-tree-dce" } */
|
||||
/* { dg-options "-O3 -fdump-tree-dce" } */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* { dg-require-effective-target vect_early_break_hw } */
|
||||
/* { dg-require-effective-target vect_int } */
|
||||
|
||||
/* { dg-additional-options "-Ofast -save-temps" } */
|
||||
/* { dg-additional-options "-Ofast" } */
|
||||
|
||||
#define N 803
|
||||
#define P 0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* { dg-require-effective-target vect_early_break_hw } */
|
||||
/* { dg-require-effective-target vect_int } */
|
||||
|
||||
/* { dg-additional-options "-Ofast -save-temps" } */
|
||||
/* { dg-additional-options "-Ofast" } */
|
||||
|
||||
#define N 800
|
||||
#define P 799
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* { dg-require-effective-target vect_early_break_hw } */
|
||||
/* { dg-require-effective-target vect_int } */
|
||||
|
||||
/* { dg-additional-options "-Ofast -save-temps" } */
|
||||
/* { dg-additional-options "-Ofast" } */
|
||||
|
||||
#define N 803
|
||||
#define P 802
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* { dg-require-effective-target vect_early_break_hw } */
|
||||
/* { dg-require-effective-target vect_int } */
|
||||
|
||||
/* { dg-additional-options "-Ofast -save-temps" } */
|
||||
/* { dg-additional-options "-Ofast" } */
|
||||
|
||||
#define N 803
|
||||
#define P 5
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* { dg-require-effective-target vect_early_break_hw } */
|
||||
/* { dg-require-effective-target vect_int } */
|
||||
|
||||
/* { dg-additional-options "-Ofast -save-temps" } */
|
||||
/* { dg-additional-options "-Ofast" } */
|
||||
|
||||
#define N 803
|
||||
#define P 278
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* { dg-require-effective-target vect_early_break_hw } */
|
||||
/* { dg-require-effective-target vect_int } */
|
||||
|
||||
/* { dg-additional-options "-Ofast -save-temps" } */
|
||||
/* { dg-additional-options "-Ofast" } */
|
||||
|
||||
#define N 800
|
||||
#define P 799
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* { dg-require-effective-target vect_early_break_hw } */
|
||||
/* { dg-require-effective-target vect_int } */
|
||||
|
||||
/* { dg-additional-options "-Ofast -save-temps" } */
|
||||
/* { dg-additional-options "-Ofast" } */
|
||||
|
||||
#define N 803
|
||||
#define P 0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* { dg-require-effective-target vect_early_break_hw } */
|
||||
/* { dg-require-effective-target vect_int } */
|
||||
|
||||
/* { dg-additional-options "-Ofast -save-temps" } */
|
||||
/* { dg-additional-options "-Ofast" } */
|
||||
|
||||
#define N 803
|
||||
#define P 802
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* { dg-require-effective-target vect_early_break_hw } */
|
||||
/* { dg-require-effective-target vect_int } */
|
||||
|
||||
/* { dg-additional-options "-Ofast -save-temps" } */
|
||||
/* { dg-additional-options "-Ofast" } */
|
||||
|
||||
#define N 803
|
||||
#define P 5
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* { dg-require-effective-target vect_early_break_hw } */
|
||||
/* { dg-require-effective-target vect_int } */
|
||||
|
||||
/* { dg-additional-options "-Ofast -save-temps" } */
|
||||
/* { dg-additional-options "-Ofast" } */
|
||||
|
||||
#define N 803
|
||||
#define P 278
|
||||
|
|
Loading…
Add table
Reference in a new issue