Commit d32c9170 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

bprob.exp: Skip for mmix-*-* and cris-*-*.

	* g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
	* g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.

From-SVN: r51772
parent e78c4529
2002-04-03 Hans-Peter Nilsson <hp@bitrange.com> 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.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/io0.x, g77.f-torture/execute/io1.x,
g77.f-torture/execute/20001201.x, g77.f-torture/execute/20001201.x,
......
...@@ -17,6 +17,13 @@ ...@@ -17,6 +17,13 @@
# Test the functionality of programs compiled with profile-directed block # Test the functionality of programs compiled with profile-directed block
# ordering using -fprofile-arcs followed by -fbranch-probabilities. # 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. # The procedures in profopt.exp need these parameters.
set tool g++ set tool g++
set profile_option -fprofile-arcs set profile_option -fprofile-arcs
......
# 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 # 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 # it under the terms of the GNU General Public License as published by
...@@ -17,6 +17,13 @@ ...@@ -17,6 +17,13 @@
# Test the functionality of programs compiled with profile-directed block # Test the functionality of programs compiled with profile-directed block
# ordering using -fprofile-arcs followed by -fbranch-probabilities. # 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. # The procedures in profopt.exp need these parameters.
set tool g77 set tool g77
set profile_option -fprofile-arcs set profile_option -fprofile-arcs
......
# 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 # 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 # it under the terms of the GNU General Public License as published by
...@@ -17,6 +17,13 @@ ...@@ -17,6 +17,13 @@
# Test the functionality of programs compiled with profile-directed block # Test the functionality of programs compiled with profile-directed block
# ordering using -fprofile-arcs followed by -fbranch-probabilities. # 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. # The procedures in profopt.exp need these parameters.
set tool gcc set tool gcc
set profile_option -fprofile-arcs set profile_option -fprofile-arcs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment