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
a2b1989b
Commit
a2b1989b
authored
May 05, 1998
by
Michael Meissner
Committed by
Michael Meissner
May 05, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add -Os to torture options
From-SVN: r19546
parent
c6a9dea8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/lib/c-torture.exp
+1
-1
gcc/testsuite/lib/f-torture.exp
+2
-1
No files found.
gcc/testsuite/ChangeLog
View file @
a2b1989b
Tue May 5 19:20:13 1998 Michael Meissner <meissner@cygnus.com>
* lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
* lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
1998-04-29 Dave Love <d.love@dl.ac.uk>
1998-04-29 Dave Love <d.love@dl.ac.uk>
* g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
* g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
...
...
gcc/testsuite/lib/c-torture.exp
View file @
a2b1989b
...
@@ -32,7 +32,7 @@ if ![info exists TORTURE_OPTIONS] {
...
@@ -32,7 +32,7 @@ if ![info exists TORTURE_OPTIONS] {
{ -O2 -fomit-frame-pointer -finline-functions } \
{ -O2 -fomit-frame-pointer -finline-functions } \
{ -O2 -fomit-frame-pointer -finline-functions -funroll-loops } \
{ -O2 -fomit-frame-pointer -finline-functions -funroll-loops } \
{ -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops } \
{ -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops } \
{ -O2 -g } ]
{ -O2 -g }
{ -Os }
]
}
}
...
...
gcc/testsuite/lib/f-torture.exp
View file @
a2b1989b
...
@@ -28,7 +28,8 @@ if ![info exists TORTURE_OPTIONS] {
...
@@ -28,7 +28,8 @@ if ![info exists TORTURE_OPTIONS] {
{ -O0 } { -O1 } { -O2 } \
{ -O0 } { -O1 } { -O2 } \
{ -O2 -fomit-frame-pointer -finline-functions } \
{ -O2 -fomit-frame-pointer -finline-functions } \
{ -O2 -fomit-frame-pointer -finline-functions -funroll-loops } \
{ -O2 -fomit-frame-pointer -finline-functions -funroll-loops } \
{ -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops }]
{ -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops } \
{ -Os }]
}
}
...
...
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