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
c82815a6
Commit
c82815a6
authored
18 years ago
by
Mike Stump
Committed by
Mike Stump
18 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c-torture/unsorted/dump-noaddr.x: Fix test case name.
From-SVN: r115648
parent
099cf354
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.c-torture/unsorted/dump-noaddr.x
+4
-4
No files found.
gcc/testsuite/ChangeLog
View file @
c82815a6
2006
-
07
-
21
Mike
Stump
<
mrs
@apple
.
com
>
*
gcc
.
c
-
torture
/
unsorted
/
dump
-
noaddr
.
x
:
Fix
test
case
name
.
2006
-
07
-
21
Volker
Reichelt
<
reichelt
@igpm
.
rwth
-
aachen
.
de
>
PR
c
++/
28250
This diff is collapsed.
Click to expand it.
gcc/testsuite/gcc.c-torture/unsorted/dump-noaddr.x
View file @
c82815a6
...
...
@@ -26,15 +26,15 @@ proc dump_compare { src options } {
cd ..
foreach dump1 [lsort [glob -nocomplain dump1/*]] {
regsub dump1/ $dump1 dump2/ dump2
set dumptail
[file tail $dump1]
set dumptail
"gcc.c-torture/unsorted/[file tail $dump1]"
#puts "$option $dump1"
set tmp [ diff "$dump1" "$dump2" ]
if { $tmp == 0 } {
untested "$
option $dumptail
comparison"
untested "$
dumptail, $option
comparison"
} elseif { $tmp == 1 } {
pass "$
option $dumptail
comparison"
pass "$
dumptail, $option
comparison"
} else {
fail "$
option $dumptail
comparison"
fail "$
dumptail, $option
comparison"
}
#exec diff $dump1 $dump2
}
...
...
This diff is collapsed.
Click to expand it.
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