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
58d8c980
Commit
58d8c980
authored
Aug 24, 2000
by
Richard Henderson
Committed by
Richard Henderson
Aug 24, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toplev.c (main): Enable flag_reorder_blocks at -O2.
From-SVN: r35964
parent
309bf296
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/toplev.c
+1
-0
No files found.
gcc/ChangeLog
View file @
58d8c980
2000-08-24 Richard Henderson <rth@cygnus.com>
* toplev.c (main): Enable flag_reorder_blocks at -O2.
2000-08-24 Zack Weinberg <zack@wolery.cumb.org>
* ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
...
...
gcc/toplev.c
View file @
58d8c980
...
...
@@ -4556,6 +4556,7 @@ main (argc, argv)
flag_regmove
=
1
;
flag_strict_aliasing
=
1
;
flag_delete_null_pointer_checks
=
1
;
flag_reorder_blocks
=
1
;
}
if
(
optimize
>=
3
)
...
...
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