http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58630
--- Comment #10 from uros at gcc dot gnu.org --- Author: uros Date: Sun Dec 15 18:16:40 2013 New Revision: 206001 URL: http://gcc.gnu.org/viewcvs?rev=206001&root=gcc&view=rev Log: PR testsuite/58630 * gcc.target/i386/pr43662.c (dg-options): Add -maccumulate-outgoing-args. * gcc.target/i386/pr43869.c (dg-options): Ditto. * gcc.target/i386/pr57003.c (dg-options): Ditto. * gcc.target/i386/avx-vzeroupper-16.c (dg-options): Remove -mtune=generic and add -maccumulate-outgoing-args instead. * gcc.target/i386/avx-vzeroupper-17.c (dg-options): Ditto. * gcc.target/i386/avx-vzeroupper-18.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/func-1.c (dg-options): Add -maccumulate-outgoing-args. * gcc.target/x86_64/abi/callabi/func-2a.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/func-2b.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/func-indirect.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/func-indirect-2a.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/func-indirect-2b.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/leaf-1.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/leaf-2.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/pr38891.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/vaarg-1.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/vaarg-2.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/vaarg-3.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/vaarg-4a.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/vaarg-4b.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/vaarg-5a.c (dg-options): Ditto. * gcc.target/x86_64/abi/callabi/vaarg-5b.c (dg-options): Ditto. Modified: branches/gcc-4_8-branch/gcc/testsuite/ChangeLog branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/avx-vzeroupper-16.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/avx-vzeroupper-17.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/avx-vzeroupper-18.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr43662.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr43869.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr57003.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-1.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-2a.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-2b.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-indirect-2a.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-indirect-2b.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-indirect.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/leaf-1.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/leaf-2.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/pr38891.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-1.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-2.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-3.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-4a.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-4b.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-5a.c branches/gcc-4_8-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-5b.c