* tree-vrp.c (vrp_prop): Move class to earlier point in the file.
[official-gcc.git] / libstdc++-v3 / testsuite / config / default.exp
blob1c1c8f11c2c8f6ab9415dbe2a7599e6739bbe89f
1 # libstdc++ "tool-and-target file" for DejaGNU
3 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; see the file COPYING3. If not see
17 # <http://www.gnu.org/licenses/>.
20 # This file is loaded only if a target-specific file or OS-specific file
21 # is not found first. It should provide libstdc++_load, which runs a
22 # program. (The default calls the standard remote_load.) It may also
23 # provide libstdc++_compile, but this is not presently used. It must
24 # provide libstdc++_target_compile, which does the same thing and is used.
26 # Here are the default definitions:
27 load_lib "standard.exp"
29 # target-supports.exp uses this
30 proc ${tool}_target_compile { srcfile destfile compile_type options } {
31 v3_target_compile $srcfile $destfile $compile_type $options
34 # Support for old dejagnu. Must be loaded here, not in libstdc++.exp, to
35 # make sure all existing procs are loaded when their presence is tested.
36 load_file $srcdir/../../gcc/testsuite/lib/dejapatches.exp