diff mbox series

[committed] testsuite: Move pr104540.C test to g++.target/i386/

Message ID YhkX2KOIUe9C29U5@tucnak
State New
Headers show
Series [committed] testsuite: Move pr104540.C test to g++.target/i386/ | expand

Commit Message

Jakub Jelinek Feb. 25, 2022, 5:54 p.m. UTC
On Wed, Feb 23, 2022 at 07:45:20PM -0300, Alexandre Oliva via Gcc-patches wrote:
> 	PR middle-end/104540
> 	* g++.dg/PR104540.C: New.

Both -mforce-drap and -mstackrealign options are x86 specific.

Tested on x86_64-linux, i686-linux and powerpc64le-linux, committed to
trunk.

2022-02-25  Jakub Jelinek  <jakub@redhat.com>

        * g++.dg/pr104540.C: Move to ...
        * g++.target/i386/pr104540.C: ... here.


	Jakub
diff mbox series

Patch

diff --git a/gcc/testsuite/g++.dg/pr104540.C b/gcc/testsuite/g++.target/i386/pr104540.C
similarity index 100%
rename from gcc/testsuite/g++.dg/pr104540.C
rename to gcc/testsuite/g++.target/i386/pr104540.C