]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
target-supports.exp (check_effective_target_trapping): Fix typo.
authorNick Clifton <nickc@redhat.com>
Thu, 26 Jun 2014 09:03:54 +0000 (09:03 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 26 Jun 2014 09:03:54 +0000 (09:03 +0000)
* lib/target-supports.exp (check_effective_target_trapping): Fix
typo.

From-SVN: r212016

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index d10b03b3924b98a87b7aaab7eea62365e07d70c1..89948a4a0d7dedfd9192f3fc6bcde0b8230c40c0 100644 (file)
@@ -1,3 +1,8 @@
+2014-06-26  Nick Clifton  <nickc@redhat.com>
+
+       * lib/target-supports.exp (check_effective_target_trapping): Fix
+       typo.
+
 2014-06-26  Adam Butcher  <adam@jessamine.co.uk>
 
        PR c++/61537
index 41ecae9055095e2d873b84dc31c6185c86dca56d..a30273acade68da2a87123b8b6ceca22bcef5c75 100644 (file)
@@ -706,7 +706,7 @@ proc check_effective_target_scheduling {} {
 # Return 1 if trapping arithmetic is available, 0 otherwise.
 
 proc check_effective_target_trapping {} {
-    return [check_no_compiler_messages scheduling object {
+    return [check_no_compiler_messages trapping object {
         add (int a, int b) { return a + b; }
     } "-ftrapv"]
 }