public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Richard Biener <rguenth@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-1940] Remove -save-temps from tests using -flto
Date: Mon, 19 Jun 2023 11:19:38 +0000 (GMT)	[thread overview]
Message-ID: <20230619111938.3BD1F3858D39@sourceware.org> (raw)

https://gcc.gnu.org/g:c5309565d007acdeda9abcfef3854db1ba0b1e1b

commit r14-1940-gc5309565d007acdeda9abcfef3854db1ba0b1e1b
Author: Richard Biener <rguenther@suse.de>
Date:   Mon Jun 19 08:20:16 2023 +0200

    Remove -save-temps from tests using -flto
    
    The following removes -save-temps that doesn't seem to have any
    good reason from tests that also run with -flto added.  That can
    cause ltrans files to race with other multilibs tested and I'm
    frequently seeing linker complaints that the architecture
    doesn't match here.
    
    I'm not sure whether the .ltrans.o files end up in a non gccN/
    specific directory or if we end up sharing the same dir for
    different multilibs (not sure if it's easily possible to avoid that).
    
            * gcc.dg/vect/vect-bic-bitmask-2.c: Remove -save-temps.
            * gcc.dg/vect/vect-bic-bitmask-3.c: Likewise.
            * gcc.dg/vect/vect-bic-bitmask-4.c: Likewise.
            * gcc.dg/vect/vect-bic-bitmask-5.c: Likewise.
            * gcc.dg/vect/vect-bic-bitmask-6.c: Likewise.
            * gcc.dg/vect/vect-bic-bitmask-8.c: Likewise.
            * gcc.dg/vect/vect-bic-bitmask-9.c: Likewise.
            * gcc.dg/vect/vect-bic-bitmask-10.c: Likewise.
            * gcc.dg/vect/vect-bic-bitmask-11.c: Likewise.

Diff:
---
 gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-10.c | 2 +-
 gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-11.c | 2 +-
 gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-2.c  | 2 +-
 gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-3.c  | 2 +-
 gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-4.c  | 2 +-
 gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-5.c  | 2 +-
 gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-6.c  | 2 +-
 gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-8.c  | 2 +-
 gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-9.c  | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-10.c b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-10.c
index e9ec9603af6..e6810433d70 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-10.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-10.c
@@ -1,6 +1,6 @@
 /* { dg-skip-if "missing optab for vectorization" { sparc*-*-* } } */
 /* { dg-do run } */
-/* { dg-additional-options "-O3 -save-temps -fdump-tree-dce -w" } */
+/* { dg-additional-options "-O3 -fdump-tree-dce -w" } */
 
 #include <stdint.h>
 
diff --git a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-11.c b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-11.c
index 06c103d3885..f83078b5d51 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-11.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-11.c
@@ -1,6 +1,6 @@
 /* { dg-skip-if "missing optab for vectorization" { sparc*-*-* } } */
 /* { dg-do run } */
-/* { dg-additional-options "-O3 -save-temps -fdump-tree-dce -w" } */
+/* { dg-additional-options "-O3 -fdump-tree-dce -w" } */
 
 #include <stdint.h>
 
diff --git a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-2.c b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-2.c
index 059bfb3ae62..e33a824df07 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-2.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-2.c
@@ -1,6 +1,6 @@
 /* { dg-skip-if "missing optab for vectorization" { sparc*-*-* } } */
 /* { dg-do run } */
-/* { dg-additional-options "-O3 -save-temps -fdump-tree-dce -w" } */
+/* { dg-additional-options "-O3 -fdump-tree-dce -w" } */
 
 #include <stdint.h>
 
diff --git a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-3.c b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-3.c
index 059bfb3ae62..e33a824df07 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-3.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-3.c
@@ -1,6 +1,6 @@
 /* { dg-skip-if "missing optab for vectorization" { sparc*-*-* } } */
 /* { dg-do run } */
-/* { dg-additional-options "-O3 -save-temps -fdump-tree-dce -w" } */
+/* { dg-additional-options "-O3 -fdump-tree-dce -w" } */
 
 #include <stdint.h>
 
diff --git a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-4.c b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-4.c
index 91b82fb5988..8895d5c263c 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-4.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-4.c
@@ -1,6 +1,6 @@
 /* { dg-skip-if "missing optab for vectorization" { sparc*-*-* } } */
 /* { dg-do run } */
-/* { dg-additional-options "-O3 -save-temps -fdump-tree-dce -w" } */
+/* { dg-additional-options "-O3 -fdump-tree-dce -w" } */
 
 #include <stdint.h>
 
diff --git a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-5.c b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-5.c
index 59f339fb8c5..77d4deb633c 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-5.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-5.c
@@ -1,6 +1,6 @@
 /* { dg-skip-if "missing optab for vectorization" { sparc*-*-* } } */
 /* { dg-do run } */
-/* { dg-additional-options "-O3 -save-temps -fdump-tree-dce -w" } */
+/* { dg-additional-options "-O3 -fdump-tree-dce -w" } */
 
 #include <stdint.h>
 
diff --git a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-6.c b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-6.c
index 84df8371be5..7930346a602 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-6.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-6.c
@@ -1,6 +1,6 @@
 /* { dg-skip-if "missing optab for vectorization" { sparc*-*-* } } */
 /* { dg-do run } */
-/* { dg-additional-options "-O3 -save-temps -fdump-tree-dce -w" } */
+/* { dg-additional-options "-O3 -fdump-tree-dce -w" } */
 
 #include <stdint.h>
 
diff --git a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-8.c b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-8.c
index b3e0b5ba92f..1af7104a37d 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-8.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-8.c
@@ -1,6 +1,6 @@
 /* { dg-skip-if "missing optab for vectorization" { sparc*-*-* } } */
 /* { dg-do run } */
-/* { dg-additional-options "-O3 -save-temps -fdump-tree-dce -w" } */
+/* { dg-additional-options "-O3 -fdump-tree-dce -w" } */
 
 #include <stdint.h>
 
diff --git a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-9.c b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-9.c
index 5fcde11ad4e..f0a75604bcb 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-9.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-bic-bitmask-9.c
@@ -1,6 +1,6 @@
 /* { dg-skip-if "missing optab for vectorization" { sparc*-*-* } } */
 /* { dg-do run } */
-/* { dg-additional-options "-O3 -save-temps -fdump-tree-dce -w" } */
+/* { dg-additional-options "-O3 -fdump-tree-dce -w" } */
 
 #include <stdint.h>

                 reply	other threads:[~2023-06-19 11:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230619111938.3BD1F3858D39@sourceware.org \
    --to=rguenth@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).