public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-3742] Move pr97315-1.c test to g++.dg/opt/.
@ 2020-10-09  8:17 Aldy Hernandez
  0 siblings, 0 replies; only message in thread
From: Aldy Hernandez @ 2020-10-09  8:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6887244269e0c412afd43474e13fa5ca12c350c4

commit r11-3742-g6887244269e0c412afd43474e13fa5ca12c350c4
Author: Aldy Hernandez <aldyh@redhat.com>
Date:   Fri Oct 9 09:31:47 2020 +0200

    Move pr97315-1.c test to g++.dg/opt/.
    
    gcc/testsuite/ChangeLog:
    
            PR testsuite/97337
            * gcc.dg/pr97315-1.c: Moved to...
            * g++.dg/opt/pr97315-1.C: ...here.

Diff:
---
 gcc/testsuite/{gcc.dg/pr97315-1.c => g++.dg/opt/pr97315-1.C} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/pr97315-1.c b/gcc/testsuite/g++.dg/opt/pr97315-1.C
similarity index 95%
rename from gcc/testsuite/gcc.dg/pr97315-1.c
rename to gcc/testsuite/g++.dg/opt/pr97315-1.C
index 250e0e9ecbb..5a618d8e1e8 100644
--- a/gcc/testsuite/gcc.dg/pr97315-1.c
+++ b/gcc/testsuite/g++.dg/opt/pr97315-1.C
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O3" } */
+/* { dg-options "-O3 -fno-exceptions" } */
 
 typedef struct tree_node *tree;
 enum tree_code { RECORD_TYPE, QUAL_UNION_TYPE };


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-09  8:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09  8:17 [gcc r11-3742] Move pr97315-1.c test to g++.dg/opt/ Aldy Hernandez

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).