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

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

From-SVN: r51782
This commit is contained in:
Hans-Peter Nilsson 2002-04-03 02:46:02 +00:00
parent b1d3428f75
commit cdecd88e1a
2 changed files with 16 additions and 2 deletions

View 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
@ -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

View 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
@ -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