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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [objc.dg/] [pch/] [pch.exp] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 309 jeremybenn
# Copyright (C) 1997, 2002, 2003, 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
# GCC testsuite for precompiled header interaction,
18
# that uses the `dg.exp' driver.
19
 
20
# Load support procs.
21
load_lib objc-dg.exp
22
load_lib dg-pch.exp
23
load_lib torture-options.exp
24
 
25
# Initialize `dg'.
26
dg-init
27
 
28
torture-init
29
 
30
set-torture-options $DG_TORTURE_OPTIONS
31
 
32
set old_dg_do_what_default "${dg-do-what-default}"
33
 
34
global torture_without_loops
35
set mytorture [concat [list {-O0 -g}] $torture_without_loops]
36
 
37
# Main loop.
38
foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.m]] {
39
 
40
    # We don't try to use the loop-optimizing options, since they are highly
41
    # unlikely to make any difference to PCH.  However, we do want to
42
    # add -O0 -g, since users who want PCH usually want debugging and quick
43
    # compiles.
44
    dg-flags-pch $subdir $test "-fgnu-runtime" $mytorture ".h"
45
}
46
 
47
if [istarget "*-*-darwin*" ] {
48
  foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.m]] {
49
    global torture_without_loops
50
 
51
    # We don't try to use the loop-optimizing options, since they are highly
52
    # unlikely to make any difference to PCH.  However, we do want to
53
    # add -O0 -g, since users who want PCH usually want debugging and quick
54
    # compiles.
55
    dg-flags-pch $subdir $test "-fnext-runtime" $mytorture ".h"
56
  }
57
}
58
 
59
set dg-do-what-default "$old_dg_do_what_default"
60
 
61
# All done.
62
torture-finish
63
dg-finish

powered by: WebSVN 2.1.0

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