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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pch/] [pch.exp] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
#   Copyright (C) 1997, 2002, 2003, 2007, 2009, 2010
2
#   Free Software Foundation, Inc.
3
 
4
# This program is free software; you can redistribute it and/or modify
5
# it under the terms of the GNU General Public License as published by
6
# the Free Software Foundation; either version 3 of the License, or
7
# (at your option) any later version.
8
#
9
# This program is distributed in the hope that it will be useful,
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
# GNU General Public License for more details.
13
#
14
# You should have received a copy of the GNU General Public License
15
# along with GCC; see the file COPYING3.  If not see
16
# .
17
 
18
# GCC testsuite for precompiled header interaction,
19
# that uses the `dg.exp' driver.
20
 
21
# Load support procs.
22
load_lib gcc-dg.exp
23
load_lib dg-pch.exp
24
load_lib torture-options.exp
25
 
26
# Initialize `dg'.
27
dg-init
28
torture-init
29
set-torture-options $DG_TORTURE_OPTIONS
30
 
31
set old_dg_do_what_default "${dg-do-what-default}"
32
 
33
# Main loop.
34
foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.c]] {
35
    global torture_without_loops
36
 
37
    # We don't try to use the loop-optimizing options, since they are highly
38
    # unlikely to make any difference to PCH.  However, we do want to
39
    # add -O0 -g, since users who want PCH usually want debugging and quick
40
    # compiles.
41
    dg-pch $subdir $test [concat [list {-O0 -g}] $torture_without_loops] ".h"
42
}
43
 
44
set test "largefile.c"
45
set testh "largefile.hs"
46
set f [open $test w]
47
puts $f "/* { dg-timeout-factor 4.0 } */"
48
set v 0
49
for { set v 0 } { $v < 10000 } { incr v } {
50
    puts $f "#define MACRO_${v} \"1234567890\" \"$v\""
51
}
52
puts $f "#include \"largefile.h\""
53
close $f
54
set f [open $testh w]
55
close $f
56
dg-pch $subdir $test [concat [list {-O0 -g}] $torture_without_loops] ".h"
57
file delete $test
58
file delete $testh
59
 
60
set dg-do-what-default "$old_dg_do_what_default"
61
 
62
# All done.
63
torture-finish
64
dg-finish

powered by: WebSVN 2.1.0

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