public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Move pr97315-1.c test to g++.dg/opt/.
@ 2020-10-09  8:11 Aldy Hernandez
  2020-10-09  8:15 ` Jakub Jelinek
  0 siblings, 1 reply; 2+ messages in thread
From: Aldy Hernandez @ 2020-10-09  8:11 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: gcc-patches, Aldy Hernandez

OK for trunk?

gcc/testsuite/ChangeLog:

	PR testsuite/97337
	* gcc.dg/pr97315-1.c: Moved to...
	* g++.dg/opt/pr97315-1.C: ...here.
---
 gcc/testsuite/{gcc.dg/pr97315-1.c => g++.dg/opt/pr97315-1.C} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename gcc/testsuite/{gcc.dg/pr97315-1.c => g++.dg/opt/pr97315-1.C} (95%)

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 };
-- 
2.26.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Move pr97315-1.c test to g++.dg/opt/.
  2020-10-09  8:11 [PATCH] Move pr97315-1.c test to g++.dg/opt/ Aldy Hernandez
@ 2020-10-09  8:15 ` Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2020-10-09  8:15 UTC (permalink / raw)
  To: Aldy Hernandez; +Cc: gcc-patches

On Fri, Oct 09, 2020 at 10:11:29AM +0200, Aldy Hernandez wrote:
> OK for trunk?

Sure.
> 
> gcc/testsuite/ChangeLog:
> 
> 	PR testsuite/97337
> 	* gcc.dg/pr97315-1.c: Moved to...
> 	* g++.dg/opt/pr97315-1.C: ...here.
> ---
>  gcc/testsuite/{gcc.dg/pr97315-1.c => g++.dg/opt/pr97315-1.C} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename gcc/testsuite/{gcc.dg/pr97315-1.c => g++.dg/opt/pr97315-1.C} (95%)
> 
> 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 };
> -- 
> 2.26.2

	Jakub


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-09  8:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09  8:11 [PATCH] Move pr97315-1.c test to g++.dg/opt/ Aldy Hernandez
2020-10-09  8:15 ` Jakub Jelinek

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