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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [matrix/] [matrix.exp] - Diff between revs 816 and 826

Only display areas with differences | Details | Blame | View Log

Rev 816 Rev 826
#   Copyright (C) 2001, 2002, 2004, 2005, 2007 Free Software Foundation, Inc.
#   Copyright (C) 2001, 2002, 2004, 2005, 2007 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
# the Free Software Foundation; either version 3 of the License, or
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with GCC; see the file COPYING3.  If not see
# along with GCC; see the file COPYING3.  If not see
# .
# .
# Test the functionality of programs compiled with profile-directed block
# Test the functionality of programs compiled with profile-directed block
# ordering using -fprofile-generate followed by -fbranch-use.
# ordering using -fprofile-generate followed by -fbranch-use.
load_lib gcc-dg.exp
load_lib gcc-dg.exp
load_lib target-supports.exp
load_lib target-supports.exp
set DEFAULT_MATCFLAGS "-O3 -fipa-matrix-reorg -fdump-ipa-matrix-reorg -fwhole-program -combine"
set DEFAULT_MATCFLAGS "-O3 -fipa-matrix-reorg -fdump-ipa-matrix-reorg -fwhole-program -combine"
# Initialize `dg'.
# Initialize `dg'.
dg-init
dg-init
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/matrix-\[1-6\].\[cS\]]]  \
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/matrix-\[1-6\].\[cS\]]]  \
        "" $DEFAULT_MATCFLAGS
        "" $DEFAULT_MATCFLAGS
dg-final
dg-final
# Some targets don't support tree profiling.
# Some targets don't support tree profiling.
if { ![check_profiling_available ""] } {
if { ![check_profiling_available ""] } {
    return
    return
}
}
# The procedures in profopt.exp need these parameters.
# The procedures in profopt.exp need these parameters.
set tool gcc
set tool gcc
set prof_ext "gcda"
set prof_ext "gcda"
# Override the list defined in profopt.exp.
# Override the list defined in profopt.exp.
set PROFOPT_OPTIONS [list {}]
set PROFOPT_OPTIONS [list {}]
if $tracelevel then {
if $tracelevel then {
    strace $tracelevel
    strace $tracelevel
}
}
# Load support procs.
# Load support procs.
load_lib profopt.exp
load_lib profopt.exp
# These are globals used by profopt-execute.  The first is options
# These are globals used by profopt-execute.  The first is options
# needed to generate profile data, the second is options to use the
# needed to generate profile data, the second is options to use the
# profile data.
# profile data.
set profile_option "-fprofile-generate -O3"
set profile_option "-fprofile-generate -O3"
set feedback_option "-fprofile-use -fipa-matrix-reorg -fdump-ipa-matrix-reorg -O3 -fwhole-program -combine"
set feedback_option "-fprofile-use -fipa-matrix-reorg -fdump-ipa-matrix-reorg -O3 -fwhole-program -combine"
foreach src [lsort [glob -nocomplain $srcdir/$subdir/transpose-*.c]] {
foreach src [lsort [glob -nocomplain $srcdir/$subdir/transpose-*.c]] {
    # If we're only testing specific files and this isn't one of them, skip it.
    # If we're only testing specific files and this isn't one of them, skip it.
    if ![runtest_file_p $runtests $src] then {
    if ![runtest_file_p $runtests $src] then {
        continue
        continue
    }
    }
    profopt-execute $src
    profopt-execute $src
}
}
 
 

powered by: WebSVN 2.1.0

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