Commit 03fb7a05 by Andrew Pinski Committed by Andrew Pinski

re PR testsuite/25767 (g++.dg/lookup/builtin1.C (and a couple others) fails on i686-darwin)

2006-01-16  Andrew Pinski  <pinskia@physics.uc.edu>

        PR testsuite/25767
        * lib/g++.exp (g++_init): Check for *-*-darwin* instead of
        powerpc-*-darwin*.
        * lib/obj-c++.exp (obj-c++_init): Likewise.

From-SVN: r109772
parent 1c765770
2006-01-16 Andrew Pinski <pinskia@physics.uc.edu>
PR testsuite/25767
* lib/g++.exp (g++_init): Check for *-*-darwin* instead of
powerpc-*-darwin*.
* lib/obj-c++.exp (obj-c++_init): Likewise.
2006-01-16 Richard Guenther <rguenther@suse.de>
* gcc.dg/tree-ssa/20031015-1.c: Adjust testcase.
......@@ -247,7 +247,7 @@ proc g++_init { args } {
# error-message parsing machinery.
lappend ALWAYS_CXXFLAGS "additional_flags=-fmessage-length=0"
if { [string match "powerpc-*-darwin*" $target_triplet] } {
if { [string match "*-*-darwin*" $target_triplet] } {
lappend ALWAYS_CXXFLAGS "ldflags=-multiply_defined suppress"
}
......
......@@ -261,7 +261,7 @@ proc obj-c++_init { args } {
# error-message parsing machinery.
lappend ALWAYS_OBJCXXFLAGS "additional_flags=-fmessage-length=0"
if { [string match "powerpc-*-darwin*" $target_triplet] } {
if { [string match "*-*-darwin*" $target_triplet] } {
lappend ALWAYS_OBJCXXFLAGS "ldflags=-multiply_defined suppress"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment