public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7263] testsuite: Add testcase for already fixed PR [PR104448]
@ 2022-02-16 16:04 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-02-16 16:04 UTC (permalink / raw)
  To: gcc-cvs

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

commit r12-7263-gf9c4917f01692a10f122f5ad56e559ba27751ace
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Wed Feb 16 17:03:58 2022 +0100

    testsuite: Add testcase for already fixed PR [PR104448]
    
    This PR has been fixed with r12-7147-g2f9ab267e725ddf2.
    
    2022-02-16  Jakub Jelinek  <jakub@redhat.com>
    
            PR target/104448
            * gcc.target/i386/pr104448.c: New test.

Diff:
---
 gcc/testsuite/gcc.target/i386/pr104448.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gcc/testsuite/gcc.target/i386/pr104448.c b/gcc/testsuite/gcc.target/i386/pr104448.c
new file mode 100644
index 00000000000..b10345afc48
--- /dev/null
+++ b/gcc/testsuite/gcc.target/i386/pr104448.c
@@ -0,0 +1,9 @@
+/* PR target/104448 */
+/* { dg-do compile { target { *-*-linux* && lp64 } } } */
+/* { dg-options "-mavx5124vnniw -mno-xsave -mabi=ms" } */
+
+int
+main ()
+{
+  return 0;
+}


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

only message in thread, other threads:[~2022-02-16 16:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-16 16:04 [gcc r12-7263] testsuite: Add testcase for already fixed PR [PR104448] 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).