]> gcc.gnu.org Git - gcc.git/commitdiff
bprob.exp: Skip for mmix-*-* and cris-*-*.
authorHans-Peter Nilsson <hp@bitrange.com>
Wed, 3 Apr 2002 02:01:31 +0000 (02:01 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 3 Apr 2002 02:01:31 +0000 (02:01 +0000)
* g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
* g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.

From-SVN: r51772

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/bprob/bprob.exp
gcc/testsuite/g77.dg/bprob/bprob.exp
gcc/testsuite/gcc.misc-tests/bprob.exp

index 30b26663443cddcceb1b87b10c79716cf2d75013..b8c6d504acec1eda7bb849b1420be98aac2f2d48 100644 (file)
@@ -1,5 +1,8 @@
 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
 
+       * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
+       * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
+
        * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
        * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
        g77.f-torture/execute/20001201.x,
index 357ed295f00fcbb8e3eae7305f8f07193eb9398a..724954039aa3bab5d8b8de9dc7ff5f9f56f7fd08 100644 (file)
 # Test the functionality of programs compiled with profile-directed block
 # ordering using -fprofile-arcs followed by -fbranch-probabilities.
 
+# Some targets don't have any implementation of __bb_init_func or are
+# missing other needed machinery.
+if { [istarget mmix-*-*]
+     || [istarget cris-*-*] } {
+    return
+}
+
 # The procedures in profopt.exp need these parameters.
 set tool g++
 set profile_option -fprofile-arcs
index cf4670759b629b7c0d1108e2af6ce1e16a53b8b2..7e5629d85d460229c591cde47bf98f6e77a25451 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 2001 Free Software Foundation, Inc.
+#   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # Test the functionality of programs compiled with profile-directed block
 # ordering using -fprofile-arcs followed by -fbranch-probabilities.
 
+# Some targets don't have any implementation of __bb_init_func or are
+# missing other needed machinery.
+if { [istarget mmix-*-*]
+     || [istarget cris-*-*] } {
+    return
+}
+
 # The procedures in profopt.exp need these parameters.
 set tool g77
 set profile_option -fprofile-arcs
index c0957fd0ed7c7731cd06c1b5fbb5d2770d62f688..d6c5d17d8029a17000a5bcc2409fe14d48458547 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 2001 Free Software Foundation, Inc.
+#   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # Test the functionality of programs compiled with profile-directed block
 # ordering using -fprofile-arcs followed by -fbranch-probabilities.
 
+# Some targets don't have any implementation of __bb_init_func or are
+# missing other needed machinery.
+if { [istarget mmix-*-*]
+     || [istarget cris-*-*] } {
+    return
+}
+
 # The procedures in profopt.exp need these parameters.
 set tool gcc
 set profile_option -fprofile-arcs
This page took 0.106934 seconds and 5 git commands to generate.