http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50579
--- Comment #1 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 2011-10-02 18:29:30 UTC --- Author: rsandifo Date: Sun Oct 2 18:29:27 2011 New Revision: 179433 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179433 Log: gcc/testsuite/ PR target/50579 * gcc.target/mips/mips.exp (mips_long32_abi_p, mips_long64_abi_p): New procedures. (mips-dg-options): Force an ABI option if the current ABI is incompatible with the required -mlong setting. Likewise force a long setting if the current one is incompatible with the chosen ABI. Keep abi_test_option_p, abi and eabi_p updated throughout procedure. * gcc.target/mips/abi-o64-long64.c: Require -mno-abicalls instead of addressing=absolute. Modified: trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gcc.target/mips/abi-o64-long64.c trunk/gcc/testsuite/gcc.target/mips/mips.exp