diff options
| author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-03 02:01:31 +0000 |
|---|---|---|
| committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-03 02:01:31 +0000 |
| commit | df40bb170d6993085f1c22d4618968675b8b118a (patch) | |
| tree | 222f83db4b8cfe41e15c6ebc0a0ae591bc79feee | |
| parent | 706410a439a80af6dda044dc7b400d74b030b6e1 (diff) | |
| download | ppe42-gcc-df40bb170d6993085f1c22d4618968675b8b118a.tar.gz ppe42-gcc-df40bb170d6993085f1c22d4618968675b8b118a.zip | |
* g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
* g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51772 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
| -rw-r--r-- | gcc/testsuite/g++.dg/bprob/bprob.exp | 7 | ||||
| -rw-r--r-- | gcc/testsuite/g77.dg/bprob/bprob.exp | 9 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.misc-tests/bprob.exp | 9 |
4 files changed, 26 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 30b26663443..b8c6d504ace 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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, diff --git a/gcc/testsuite/g++.dg/bprob/bprob.exp b/gcc/testsuite/g++.dg/bprob/bprob.exp index 357ed295f00..724954039aa 100644 --- a/gcc/testsuite/g++.dg/bprob/bprob.exp +++ b/gcc/testsuite/g++.dg/bprob/bprob.exp @@ -17,6 +17,13 @@ # 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 diff --git a/gcc/testsuite/g77.dg/bprob/bprob.exp b/gcc/testsuite/g77.dg/bprob/bprob.exp index cf4670759b6..7e5629d85d4 100644 --- a/gcc/testsuite/g77.dg/bprob/bprob.exp +++ b/gcc/testsuite/g77.dg/bprob/bprob.exp @@ -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 @@ -17,6 +17,13 @@ # 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 diff --git a/gcc/testsuite/gcc.misc-tests/bprob.exp b/gcc/testsuite/gcc.misc-tests/bprob.exp index c0957fd0ed7..d6c5d17d802 100644 --- a/gcc/testsuite/gcc.misc-tests/bprob.exp +++ b/gcc/testsuite/gcc.misc-tests/bprob.exp @@ -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 @@ -17,6 +17,13 @@ # 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 |

