[Patch SRA] Fix PR66119 by calling get_move_ratio in SRA
[official-gcc.git] / gcc / testsuite / g++.dg / dg.exp
blobb77c3c5904072f9b18955605d42e484833c90460
1 # Copyright (C) 2000-2015 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 3 of the License, or
6 # (at your option) any later version.
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 GCC; see the file COPYING3. If not see
15 # <http://www.gnu.org/licenses/>.
17 # G++ testsuite that uses the `dg.exp' driver.
19 # Load support procs.
20 load_lib g++-dg.exp
21 load_lib mpx-dg.exp
23 # If a testcase doesn't have special options, use these.
24 global DEFAULT_CXXFLAGS
25 if ![info exists DEFAULT_CXXFLAGS] then {
26 set DEFAULT_CXXFLAGS " -pedantic-errors -Wno-long-long"
29 # Initialize `dg'.
30 dg-init
32 # Gather a list of all tests, with the exception of those in directories
33 # that are handled specially.
34 set tests [lsort [find $srcdir/$subdir *.C]]
35 set tests [prune $tests $srcdir/$subdir/bprob/*]
36 set tests [prune $tests $srcdir/$subdir/charset/*]
37 set tests [prune $tests $srcdir/$subdir/cilk-plus/AN/*]
38 set tests [prune $tests $srcdir/$subdir/compat/*]
39 set tests [prune $tests $srcdir/$subdir/debug/*]
40 set tests [prune $tests $srcdir/$subdir/dfp/*]
41 set tests [prune $tests $srcdir/$subdir/gcov/*]
42 set tests [prune $tests $srcdir/$subdir/lto/*]
43 set tests [prune $tests $srcdir/$subdir/pch/*]
44 set tests [prune $tests $srcdir/$subdir/plugin/*]
45 set tests [prune $tests $srcdir/$subdir/special/*]
46 set tests [prune $tests $srcdir/$subdir/tls/*]
47 set tests [prune $tests $srcdir/$subdir/vect/*]
48 set tests [prune $tests $srcdir/$subdir/gomp/*]
49 set tests [prune $tests $srcdir/$subdir/tree-prof/*]
50 set tests [prune $tests $srcdir/$subdir/torture/*]
51 set tests [prune $tests $srcdir/$subdir/graphite/*]
52 set tests [prune $tests $srcdir/$subdir/tm/*]
53 set tests [prune $tests $srcdir/$subdir/cilk-plus/*]
54 set tests [prune $tests $srcdir/$subdir/guality/*]
55 set tests [prune $tests $srcdir/$subdir/simulate-thread/*]
56 set tests [prune $tests $srcdir/$subdir/asan/*]
57 set tests [prune $tests $srcdir/$subdir/ubsan/*]
58 set tests [prune $tests $srcdir/$subdir/tsan/*]
60 # Main loop.
61 g++-dg-runtest $tests "" $DEFAULT_CXXFLAGS
63 # C/C++ common tests.
64 g++-dg-runtest [lsort [glob -nocomplain $srcdir/c-c++-common/*.\[cSi\]]] \
65 "" ""
67 g++-dg-runtest [lsort [glob -nocomplain $srcdir/c-c++-common/cpp/*.\[cS\]]] \
68 "" ""
71 # All done.
72 dg-finish