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
6c9d8751
Commit
6c9d8751
authored
May 22, 2008
by
Nathan Sidwell
Committed by
Nathan Sidwell
May 22, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib/dg-pch.exp (dg-pch): Fix if bracing.
From-SVN: r135752
parent
31ebe593
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/lib/dg-pch.exp
+7
-7
No files found.
gcc/testsuite/ChangeLog
View file @
6c9d8751
2008-05-22 Nathan Sidwell <nathan@codesourcery.com>
* lib/dg-pch.exp (dg-pch): Fix if bracing.
2008-05-21 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/m128-check.h (ARRAY_SIZE): New.
...
...
gcc/testsuite/lib/dg-pch.exp
View file @
6c9d8751
...
...
@@ -75,13 +75,13 @@ proc dg-pch { subdir test options suffix } {
verbose -log "assembly file '$bname.s' missing"
fail "$nshort $flags assembly comparison"
}
}
else {
verbose -log "assembly file '$bname$suffix.gch' missing"
fail "$nshort $flags
"
if { !$have_errs } {
verbose -log "assembly file '$bname.s' missing" 1
fail "$nshort $flags assembly comparison"
}
}
} else {
verbose -log "pch file '$bname$suffix.gch' missing
"
fail "$nshort $flags"
if { !$have_errs } {
verbose -log "assembly file '$bname.s' missing" 1
fail "$nshort $flags assembly comparison"
}
}
}
...
...
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