public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Andrew Pinski <pinskia@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-1986] Move testcase gcc.dg/tree-ssa/pr93776.c to gcc.c-torture/compile/pr93776.c
Date: Mon,  8 Aug 2022 03:36:10 +0000 (GMT)	[thread overview]
Message-ID: <20220808033610.294823857C5C@sourceware.org> (raw)

https://gcc.gnu.org/g:2633c8d8f338f1e2b53d3757f3edf4179bfcc218

commit r13-1986-g2633c8d8f338f1e2b53d3757f3edf4179bfcc218
Author: Andrew Pinski <apinski@marvell.com>
Date:   Sun Aug 7 13:51:43 2022 -0700

    Move testcase gcc.dg/tree-ssa/pr93776.c to gcc.c-torture/compile/pr93776.c
    
    Since this testcase is not exactly SSA specific and it would
    be a good idea to compile this at more than just at -O1, moving
    it to gcc.c-torture/compile would do that.
    
    Committed as obvious after a test on x86_64-linux-gnu.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/tree-ssa/pr93776.c: Moved to...
            * gcc.c-torture/compile/pr93776.c: ...here.

Diff:
---
 gcc/testsuite/{gcc.dg/tree-ssa => gcc.c-torture/compile}/pr93776.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/pr93776.c b/gcc/testsuite/gcc.c-torture/compile/pr93776.c
similarity index 76%
rename from gcc/testsuite/gcc.dg/tree-ssa/pr93776.c
rename to gcc/testsuite/gcc.c-torture/compile/pr93776.c
index c407a627718..3852736c040 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/pr93776.c
+++ b/gcc/testsuite/gcc.c-torture/compile/pr93776.c
@@ -1,5 +1,5 @@
-/* { dg-do compile } */
-/* { dg-options "-O1" } */
+/* This used to ICE in SRA as SRA got
+   confused by the zero signed assigment. */
 
 struct empty {};
 struct s { int i; };


                 reply	other threads:[~2022-08-08  3:36 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=20220808033610.294823857C5C@sourceware.org \
    --to=pinskia@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).