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 <ja...@redhat.com> * g++.dg/pr104540.C: Move to ... * g++.target/i386/pr104540.C: ... here. 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 Jakub