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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [obj-c++.dg/] [tls/] [tls.exp] - Blame information for rev 703

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 703 jeremybenn
# Load support procs.
2
load_lib obj-c++-dg.exp
3
 
4
# If a testcase doesn't have special options, use these.
5
global DEFAULT_OBJCXXFLAGS
6
if ![info exists DEFAULT_OBJCXXFLAGS] then {
7
    set DEFAULT_OBJCXXFLAGS " -ansi -pedantic-errors -Wno-long-long"
8
}
9
 
10
# Initialize `dg'.
11
dg-init
12
 
13
# Gather a list of all tests.
14
set tests [lsort [glob -nocomplain $srcdir/$subdir/*.mm]]
15
 
16
# Main loop.
17
dg-runtest $tests "-fgnu-runtime" $DEFAULT_OBJCXXFLAGS
18
 
19
# darwin targets can also run code with the NeXT runtime.
20
if [istarget "*-*-darwin*" ] {
21
dg-runtest $tests "-fnext-runtime" $DEFAULT_OBJCXXFLAGS
22
}
23
 
24
# All done.
25
dg-finish

powered by: WebSVN 2.1.0

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