Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / pch / pch.exp
blob41dabeef551ca84f58ba3d61e65acf9041a4f657
1 # Copyright (C) 1997, 2002, 2003 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 # GCC testsuite for precompiled header interaction,
18 # that uses the `dg.exp' driver.
20 # Load support procs.
21 load_lib "g++-dg.exp"
22 load_lib dg-pch.exp
24 # Initialize `dg'.
25 dg-init
27 set old_dg_do_what_default "${dg-do-what-default}"
29 # Main loop.
30 foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.C]] {
31 # We don't try to use the loop-optimizing options, since they are highly
32 # unlikely to make any difference to PCH.
33 dg-pch $subdir $test [list "-g" "-O2 -g" "-O2"] ".H"
36 set dg-do-what-default "$old_dg_do_what_default"
38 # All done.
39 dg-finish