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.
This commit is contained in:
Jakub Jelinek 2022-02-16 17:03:58 +01:00
parent f997eef565
commit f9c4917f01
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/* PR target/104448 */
/* { dg-do compile { target { *-*-linux* && lp64 } } } */
/* { dg-options "-mavx5124vnniw -mno-xsave -mabi=ms" } */
int
main ()
{
return 0;
}