* lib/gcc.exp (gcc_init): Use a filename for the testglue that is
[official-gcc.git] / gcc / testsuite / gcc.misc-tests / bprob.exp
blobd6c5d17d8029a17000a5bcc2409fe14d48458547
1 # Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
7 #
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this program; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 # Test the functionality of programs compiled with profile-directed block
18 # ordering using -fprofile-arcs followed by -fbranch-probabilities.
20 # Some targets don't have any implementation of __bb_init_func or are
21 # missing other needed machinery.
22 if { [istarget mmix-*-*]
23 || [istarget cris-*-*] } {
24 return
27 # The procedures in profopt.exp need these parameters.
28 set tool gcc
29 set profile_option -fprofile-arcs
30 set feedback_option -fbranch-probabilities
31 set prof_ext da
32 set perf_ext tim
34 # Override the list defined in profopt.exp.
35 set PROFOPT_OPTIONS [list \
36 { -g } \
37 { -O0 } \
38 { -O1 } \
39 { -O2 -DPERFTIME } \
40 { -O3 -DPERFTIME } \
41 { -O3 -g -DPERFTIME } \
42 { -Os } ]
44 if $tracelevel then {
45 strace $tracelevel
48 # Load support procs.
49 load_lib profopt.exp
51 # Clean up existing .da and .tim files.
52 profopt-cleanup da
53 profopt-cleanup tim
55 foreach src [lsort [glob -nocomplain $srcdir/$subdir/bprob-*.c]] {
56 # If we're only testing specific files and this isn't one of them, skip it.
57 if ![runtest_file_p $runtests $src] then {
58 continue
61 profopt-execute $src