Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libmudflap / testsuite / libmudflap.cth / cthfrags.exp
blobe5a7de843542f1845a008b713ff1bbf066abc7ef
1 global MUDFLAP_FLAGS
2 set MUDFLAP_FLAGS [list {} {-static -DSTATIC} {-O2} {-O3}]
4 libmudflap-init c
6 dg-init
8 global srcdir
9 foreach flags $MUDFLAP_FLAGS {
10 foreach srcfile [lsort [glob -nocomplain ${srcdir}/libmudflap.cth/*.c]] {
11 set bsrc [file tail $srcfile]
12 setenv MUDFLAP_OPTIONS "-viol-segv"
13 if {$libmudflapth} then {
14 # --noinhibit-exec works around a ld problem that causes
15 # "Dwarf Error: Invalid or unhandled FORM value: 14"
16 # to fail builds unnecessarily.
17 dg-runtest $srcfile $flags "-fmudflapth -lmudflapth -lpthread -Wl,--noinhibit-exec"
18 } else {
19 if {$flags != ""} {set f " ($flags)"} {set f ""}
20 untested "libmudflap.cth/$bsrc$f"
25 dg-finish