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
d7d05b86
Commit
d7d05b86
authored
Nov 30, 2004
by
Janis Johnson
Committed by
Janis Johnson
Nov 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib/compat.exp (compat-get-options): Fix for use with dg-xfail-if.
From-SVN: r91542
parent
68897708
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/testsuite/ChangeLog
+2
-0
gcc/testsuite/lib/compat.exp
+3
-0
No files found.
gcc/testsuite/ChangeLog
View file @
d7d05b86
2004
-
11
-
30
Janis
Johnson
<
janis187
@us
.
ibm
.
com
>
*
lib
/
compat
.
exp
(
compat
-
get
-
options
)
:
Fix
for
use
with
dg
-
xfail
-
if
.
*
lib
/
target
-
supports
.
exp
(
is
-
effective
-
target
)
:
Simplify
.
*
lib
/
target
-
supports
.
exp
(
check_effective_target_vect_long
)
:
...
...
gcc/testsuite/lib/compat.exp
View file @
d7d05b86
...
...
@@ -200,6 +200,9 @@ proc compat-get-options { src } {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data ""
# dg-xfail-if needs access to dg-do-what.
upvar dg-do-what dg-do-what
set tmp [dg-get-options $src]
foreach op $tmp {
set cmd [lindex $op 0]
...
...
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