[libstdc++][testsuite][reverted] Remove check for truncation overflow
* testsuite/lib/libstdc++.exp (v3_target_compile): Remove check for unsupported. (v3_target_compile_as_c): Likewise. From-SVN: r220206
This commit is contained in:
parent
090238ee1f
commit
f6d04238e0
@ -1,3 +1,9 @@
|
||||
2015-01-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||
|
||||
* testsuite/lib/libstdc++.exp (v3_target_compile): Remove
|
||||
check for unsupported.
|
||||
(v3_target_compile_as_c): Likewise.
|
||||
|
||||
2015-01-28 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR libstdc++/64798
|
||||
|
@ -486,12 +486,7 @@ proc v3_target_compile { source dest type options } {
|
||||
lappend options "timeout=[timeout_value]"
|
||||
|
||||
set comp_output [target_compile $source $dest $type $options]
|
||||
set unsupported_message [${tool}_check_unsupported_p $comp_output]
|
||||
|
||||
if { $unsupported_message != "" } {
|
||||
unsupported "$dest: $unsupported_message"
|
||||
return ""
|
||||
}
|
||||
return $comp_output
|
||||
}
|
||||
|
||||
@ -562,12 +557,7 @@ proc v3_target_compile_as_c { source dest type options } {
|
||||
lappend options "timeout=[timeout_value]"
|
||||
|
||||
set comp_output [target_compile $source $dest $type $options]
|
||||
set unsupported_message [${tool}_check_unsupported_p $comp_output]
|
||||
|
||||
if { $unsupported_message != "" } {
|
||||
unsupported "$dest: $unsupported_message"
|
||||
return ""
|
||||
}
|
||||
return $comp_output
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user