]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Add testcase for already fixed PR [PR111068]
authorJakub Jelinek <jakub@redhat.com>
Thu, 7 Dec 2023 08:48:57 +0000 (09:48 +0100)
committerJakub Jelinek <jakub@redhat.com>
Thu, 7 Dec 2023 08:48:57 +0000 (09:48 +0100)
commitbf38c6374b5fb6a2afa05af26432f1fd1a120bc4
treee56b2847cf67c75a938fe127ebe7dd38610322cb
parent8c088c4307dbb855596acb6366b0882e95d20b91
testsuite: Add testcase for already fixed PR [PR111068]

This one unfortunately can't be bisected, it ICEd until r14-3430
inclusive, but r14-3431 removed -mavx10.1-512 support and when it
was readded in r14-5607 it doesn't ICE anymore.

I'm just committing the testcase so that it doesn't reappear.

2023-12-07  Jakub Jelinek  <jakub@redhat.com>

PR target/111068
* gcc.target/i386/pr111068.c: New test.
gcc/testsuite/gcc.target/i386/pr111068.c [new file with mode: 0644]