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
32235b30
Commit
32235b30
authored
Apr 17, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r766
parent
2e1dbf22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
gcc/toplev.c
+6
-1
No files found.
gcc/toplev.c
View file @
32235b30
...
...
@@ -2032,7 +2032,8 @@ rest_of_compilation (decl)
functions. */
rtx_equal_function_value_matters
=
0
;
if
(
rtl_dump_and_exit
||
flag_syntax_only
)
/* Don't return yet if -Wreturn-type; we need to do jump_optimize. */
if
((
rtl_dump_and_exit
||
flag_syntax_only
)
&&
!
warn_return_type
)
{
goto
exit_rest_of_compilation
;
}
...
...
@@ -2080,6 +2081,10 @@ rest_of_compilation (decl)
TIMEVAR
(
jump_time
,
jump_optimize
(
insns
,
0
,
0
,
1
));
}
/* Now is when we stop if -fsyntax-only and -Wreturn-type. */
if
(
rtl_dump_and_exit
||
flag_syntax_only
)
goto
exit_rest_of_compilation
;
/* Dump rtl code after jump, if we are doing that. */
if
(
jump_opt_dump
)
...
...
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