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
b8807f05
Commit
b8807f05
authored
Jun 24, 2005
by
Jan Hubicka
Committed by
Jan Hubicka
Jun 24, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* opts.c (decode_options): Enable unit-at-a-time by default at -O1.
From-SVN: r101287
parent
ee18782f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
gcc/ChangeLog
+4
-0
gcc/opts.c
+1
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/tree-ssa/20040210-1.c
+1
-1
No files found.
gcc/ChangeLog
View file @
b8807f05
2005-06-24 Jan Hubicka <jh@suse.cz>
* opts.c (decode_options): Enable unit-at-a-time by default at -O1.
2005-06-23 Jeff Law <law@redhat.com>
* tree-optimize.c (init_tree_optimization_passes): Move
...
...
gcc/opts.c
View file @
b8807f05
...
...
@@ -534,6 +534,7 @@ decode_options (unsigned int argc, const char **argv)
flag_tree_copy_prop
=
1
;
flag_tree_sink
=
1
;
flag_tree_salias
=
1
;
flag_unit_at_a_time
=
1
;
if
(
!
optimize_size
)
{
...
...
@@ -569,7 +570,6 @@ decode_options (unsigned int argc, const char **argv)
flag_delete_null_pointer_checks
=
1
;
flag_reorder_blocks
=
1
;
flag_reorder_functions
=
1
;
flag_unit_at_a_time
=
1
;
flag_tree_store_ccp
=
1
;
flag_tree_store_copy_prop
=
1
;
flag_tree_vrp
=
1
;
...
...
gcc/testsuite/ChangeLog
View file @
b8807f05
2005
-
06
-
24
Jan
Hubicka
<
jh
@suse
.
cz
>
*
gcc
.
dg
/
tree
-
ssa
/
20040210
-
1
.
c
:
Fix
for
unit
-
at
-
a
-
time
2005
-
06
-
23
Ziemowit
Laski
<
zlaski
@apple
.
com
>
*
obj
-
c
++
.
dg
/
proto
-
lossage
-
[
1
-
4
].
mm
:
New
.
...
...
gcc/testsuite/gcc.dg/tree-ssa/20040210-1.c
View file @
b8807f05
...
...
@@ -7,7 +7,7 @@ void exit(int);
int
x
,
y
;
static
void
static
void
__attribute__
((
noinline
))
init_xy
(
void
)
{
x
=
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