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
6286c078
Commit
6286c078
authored
Jan 07, 2009
by
Janis Johnson
Committed by
Janis Johnson
Jan 07, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib/target-supports-dg.exp (check_test_flags): Delete.
From-SVN: r143162
parent
30471e01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
30 deletions
+4
-30
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/lib/target-supports-dg.exp
+0
-30
No files found.
gcc/testsuite/ChangeLog
View file @
6286c078
2009-01-07 Janis Johnson <janis187@us.ibm.com>
* lib/target-supports-dg.exp (check_test_flags): Delete.
2009-01-07 Jan Sjodin <jan.sjodin@amd.com>
PR tree-optimization/38492
...
...
gcc/testsuite/lib/target-supports-dg.exp
View file @
6286c078
...
...
@@ -181,36 +181,6 @@ proc dg-add-options { args } {
}
}
# Check the flags with which the test will be run against options in
# a test directive that will skip or xfail that test. The DejaGnu proc
# check_conditional_xfail will look at the options in compiler_flags, so
# set that up for this test based on flags we know about.
proc check_test_flags { args } {
global compiler_flags
upvar 2 dg-extra-tool-flags extra_tool_flags
# Pull the args out of the enclosing list.
set args [lindex $args 0]
# Start the list with a dummy tool name so the list will match "*"
# if there are no flags.
set compiler_flags " toolname "
append compiler_flags $extra_tool_flags
set dest [target_info name]
if [board_info $dest exists multilib_flags] {
append compiler_flags "[board_info $dest multilib_flags] "
}
set answer [check_conditional_xfail $args]
# Any value in this variable originally was left over from an earlier test.
set compiler_flags ""
verbose "check_test_flags: $args $answer" 2
return $answer
}
# Compare flags for a test directive against flags that will be used to
# compile the test: multilib flags, flags for torture options, and either
# the default flags for this group of tests or flags specified with a
...
...
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