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
b245293e
Commit
b245293e
authored
Sep 02, 1997
by
Doug Evans
Committed by
Doug Evans
Sep 02, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
From-SVN: r15042
parent
a1729519
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/lib/gcc-dg.exp
+2
-2
No files found.
gcc/testsuite/ChangeLog
View file @
b245293e
Tue Sep 2 16:34:31 1997 Doug Evans <dje@canuck.cygnus.com>
* lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
Thu Jul 31 12:17:24 1997 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/920501-9.c: Fix to work on targets with
...
...
gcc/testsuite/lib/gcc-dg.exp
View file @
b245293e
...
...
@@ -30,11 +30,11 @@ proc gcc-dg-test { prog do_what extra_tool_flags } {
set output_file "[file rootname [file tail $prog]].i"
}
"compile" {
set compile_type "
object
"
set compile_type "
assembly
"
set output_file "[file rootname [file tail $prog]].s"
}
"assemble" {
set compile_type "
assembly
"
set compile_type "
object
"
set output_file "[file rootname [file tail $prog]].o"
}
"link" {
...
...
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