aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.misc-tests
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-12-24 06:52:27 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-12-24 06:52:27 +0000
commit8f23fc818533a2bbcdec0c35be4312e638abede6 (patch)
tree2fde402ac6da4c71034ba8c7b11ee7c368e6d234 /gcc/testsuite/gcc.misc-tests
parentac5fe3fe5198c0529fd777c92eb5aa1f9329ee93 (diff)
downloadgcc-8f23fc818533a2bbcdec0c35be4312e638abede6.zip
gcc-8f23fc818533a2bbcdec0c35be4312e638abede6.tar.gz
gcc-8f23fc818533a2bbcdec0c35be4312e638abede6.tar.bz2
calls.c (expand_call): Recognize calls to "sqrt" and create corresponding notes.
* calls.c (expand_call): Recognize calls to "sqrt" and create corresponding notes. * g++.dg/bprob/bprob.exp: Load target-supports.exp * g77.dg/bprob/bprob.exp: Likewise. * gcc.misc-tests/bprob.exp: Likewise. * gcc.dg/builtins-18.c: Use builtins-config.h. Do not test float variants on systems where the library does not provide that functionality. * gcc.dg/builtins-20.c: Use builtins-config.h. * gcc.dg/builtins-config.h: New file. From-SVN: r75003
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests')
-rw-r--r--gcc/testsuite/gcc.misc-tests/bprob.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/bprob.exp b/gcc/testsuite/gcc.misc-tests/bprob.exp
index df59900..5afbdb1 100644
--- a/gcc/testsuite/gcc.misc-tests/bprob.exp
+++ b/gcc/testsuite/gcc.misc-tests/bprob.exp
@@ -17,6 +17,8 @@
# Test the functionality of programs compiled with profile-directed block
# ordering using -fprofile-arcs followed by -fbranch-probabilities.
+load_lib target-supports.exp
+
# Some targets don't have any implementation of __bb_init_func or are
# missing other needed machinery.
if { ![check_profiling_available] } {