Skip to content

Commit

Permalink
testsuite: remove -save-temps from many tests [PR113319]
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TamarChristinaArm committed Jan 11, 2024
1 parent a729b6e commit da1e651
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/bic-bitmask-13.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O0 -save-temps -fdump-tree-dce" } */
/* { dg-options "-O0 -fdump-tree-dce" } */

#include <stdint.h>

Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/bic-bitmask-14.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
/* { dg-options "-O1 -fdump-tree-dce" } */

#include <stdint.h>

Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/bic-bitmask-15.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
/* { dg-options "-O1 -fdump-tree-dce" } */

#include <stdint.h>

Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/bic-bitmask-16.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
/* { dg-options "-O1 -fdump-tree-dce" } */

#include <stdint.h>

Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/bic-bitmask-17.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
/* { dg-options "-O1 -fdump-tree-dce" } */

#include <stdint.h>

Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/bic-bitmask-18.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
/* { dg-options "-O1 -fdump-tree-dce" } */

#include <stdint.h>

Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/bic-bitmask-19.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
/* { dg-options "-O1 -fdump-tree-dce" } */

#include <stdint.h>

Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/bic-bitmask-20.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
/* { dg-options "-O1 -fdump-tree-dce" } */

#include <stdint.h>

Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/bic-bitmask-21.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
/* { dg-options "-O1 -fdump-tree-dce" } */

#include <stdint.h>

Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/bic-bitmask-22.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O1 -save-temps -fdump-tree-dce" } */
/* { dg-options "-O1 -fdump-tree-dce" } */

#include <stdint.h>

Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/bic-bitmask-7.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O3 -save-temps -fdump-tree-dce" } */
/* { dg-options "-O3 -fdump-tree-dce" } */

#include <stdint.h>

Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/vect/vect-early-break-run_1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/vect/vect-early-break-run_10.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/vect/vect-early-break-run_2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/vect/vect-early-break-run_3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/vect/vect-early-break-run_4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/vect/vect-early-break-run_5.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/vect/vect-early-break-run_6.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/vect/vect-early-break-run_7.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/vect/vect-early-break-run_8.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/vect/vect-early-break-run_9.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da1e651

Please sign in to comment.