Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c4d475ad
Commit
c4d475ad
authored
Mar 16, 2009
by
Janis Johnson
Committed by
Janis Johnson
Mar 16, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert patch for PR testsuite/37630.
From-SVN: r144893
parent
db205671
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
18 deletions
+4
-18
gcc/testsuite/ChangeLog
+2
-0
gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
+1
-1
gcc/testsuite/gcc.dg/20001012-1.c
+1
-1
gcc/testsuite/lib/target-supports.exp
+0
-16
No files found.
gcc/testsuite/ChangeLog
View file @
c4d475ad
2009-03-16 Janis Johnson <janis187@us.ibm.com>
Revert patch for PR testsuite/37630.
PR testsuite/37960
* gcc.dg/pr11492.c: Replace constant and remove xfail.
...
...
gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
View file @
c4d475ad
...
...
@@ -28,7 +28,7 @@ load_lib c-torture.exp
# C torture test suite, and other contributors.
# Disable tests on machines with no hardware support for IEEE arithmetic.
if {
![check_effective_target_ieee
] } { return }
if {
[istarget "vax-*-*"] || [ istarget "powerpc-*-*spe"
] } { return }
if $tracelevel then {
strace $tracelevel
...
...
gcc/testsuite/gcc.dg/20001012-1.c
View file @
c4d475ad
/* { dg-do run { target
{ fpic && ieee }
} } */
/* { dg-do run { target
fpic
} } */
/* { dg-options "-O2 -fpic" } */
extern
void
abort
(
void
);
...
...
gcc/testsuite/lib/target-supports.exp
View file @
c4d475ad
...
...
@@ -2846,19 +2846,3 @@ proc check_effective_target_correct_iso_cpp_string_wchar_protos { } {
#endif
}]
}
# Return 1 if the target supports IEEE arithmetic.
proc check_effective_target_ieee { } {
global et_ieee_saved
if { ![info exists et_ieee_saved] } {
set et_ieee_saved 1
if { [istarget vax-*-*]
|| [istarget powerpc-*-*spe*] } {
set et_ieee_saved 0
}
}
return $et_ieee_saved
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment