OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [bprob/] [bprob.exp] - Blame information for rev 693

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
#   Copyright (C) 2001, 2002, 2004, 2007, 2008 Free Software Foundation, Inc.
2
 
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 3 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.
12
#
13
# You should have received a copy of the GNU General Public License
14
# along with GCC; see the file COPYING3.  If not see
15
# .
16
#
17
# Test the functionality of programs compiled with profile-directed block
18
# ordering using -fprofile-arcs followed by -fbranch-probabilities.
19
 
20
load_lib target-supports.exp
21
 
22
# Some targets don't have any implementation of __bb_init_func or are
23
# missing other needed machinery.
24
if { ![check_profiling_available "-fprofile-arcs"] } {
25
    return
26
}
27
 
28
# The procedures in profopt.exp need these parameters.
29
set tool g++
30
set prof_ext "gcda"
31
 
32
if $tracelevel then {
33
    strace $tracelevel
34
}
35
 
36
# Override the list defined in profopt.exp.
37
set PROFOPT_OPTIONS [list \
38
        { -g } \
39
        { -O0 } \
40
        { -O1 } \
41
        { -O2 } \
42
        { -O3 } \
43
        { -O3 -g } \
44
        { -Os } ]
45
 
46
if $tracelevel then {
47
    strace $tracelevel
48
}
49
 
50
# Load support procs.
51
load_lib profopt.exp
52
 
53
set profile_options "-fprofile-arcs"
54
set feedback_options "-fbranch-probabilities"
55
 
56
# Main loop.
57
foreach profile_option $profile_options feedback_option $feedback_options {
58
    foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.C]] {
59
        # If we're only testing specific files and this isn't one of them, skip it.
60
        if ![runtest_file_p $runtests $src] then {
61
            continue
62
        }
63
        profopt-execute $src
64
    }
65
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.