From: Matthew Fortune Date: Mon, 17 Aug 2015 22:35:19 +0000 (+0000) Subject: mips.exp: Redefine isa variable which is referenced in later code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bca0c98129de07fd1a8d8cc459a27a20585d7660;p=gcc.git mips.exp: Redefine isa variable which is referenced in later code. gcc/testsuite/ * gcc.target/mips/mips.exp (mips-dg-options): Redefine isa which is used in later code. From-SVN: r226957 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2f1ba2532a1..0df0c54094f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-08-17 Matthew Fortune + + * gcc.target/mips/mips.exp (mips-dg-options): Redefine isa + which is used in later code. + 2015-08-17 Paolo Carlini PR c++/67216 diff --git a/gcc/testsuite/gcc.target/mips/mips.exp b/gcc/testsuite/gcc.target/mips/mips.exp index b3617e44269..55e4223d7fd 100644 --- a/gcc/testsuite/gcc.target/mips/mips.exp +++ b/gcc/testsuite/gcc.target/mips/mips.exp @@ -1190,6 +1190,7 @@ proc mips-dg-options { args } { # Re-calculate the isa_rev for use in the abi handling code below set arch [mips_option options arch] + set isa [mips_arch_info $arch isa] set isa_rev [mips_arch_info $arch isa_rev] # Set an appropriate ABI, handling dependencies between the pre-abi