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
8e0933b1
Commit
8e0933b1
authored
Nov 15, 2004
by
Janis Johnson
Committed by
Janis Johnson
Nov 15, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib/gcc-dg.exp (dg-target-list): Remove.
From-SVN: r90679
parent
4fd7b3cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
20 deletions
+4
-20
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/lib/gcc-dg.exp
+0
-20
No files found.
gcc/testsuite/ChangeLog
View file @
8e0933b1
2004
-
11
-
15
Janis
Johnson
<
janis187
@us
.
ibm
.
com
>
*
lib
/
gcc
-
dg
.
exp
(
dg
-
target
-
list
)
:
Remove
.
2004
-
11
-
15
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
gcc
.
dg
/
ia64
-
postinc
.
c
:
New
test
.
...
...
gcc/testsuite/lib/gcc-dg.exp
View file @
8e0933b1
...
...
@@ -506,26 +506,6 @@ proc dg-xfail-if { args } {
}
}
# Given an optional keyword "target" or "xfail" and the result of a
# condition which has been evaluated by the framework, return a list
# containing the keyword and "*-*-*" if the condition is true or
# "empty-empty-empty" if the condition is false.
proc dg-target-list { what cond } {
switch $what {
"target" { set result [list $what] }
"xfail" { set result [list $what] }
"" { set result [list] }
default { error "`$what' not allowed here" }
}
if { $cond } {
lappend result "*-*-*"
} else {
lappend result "empty-empty-empty"
}
return $result
}
# We need to make sure that additional_* are cleared out after every
# test. It is not enough to clear them out *before* the next test run
# because gcc-target-compile gets run directly from some .exp files
...
...
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