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
a554186c
Commit
a554186c
authored
Oct 28, 1998
by
Jason Merrill
Committed by
Jason Merrill
Oct 27, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toplev.c (compile_file): Temporarily revert last change.
From-SVN: r23391
parent
01f394a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/ChangeLog
+4
-0
gcc/toplev.c
+0
-4
No files found.
gcc/ChangeLog
View file @
a554186c
Wed
Oct
28
02
:
38
:
12
1998
Jason
Merrill
<
jason
@yorick
.
cygnus
.
com
>
*
toplev
.
c
(
compile_file
)
:
Temporarily
revert
last
change
.
Wed
Oct
28
00
:
00
:
35
1998
Jason
Merrill
<
jason
@yorick
.
cygnus
.
com
>
*
c
-
typeck
.
c
(
convert_for_assignment
)
:
Parenthesize
.
...
...
gcc/toplev.c
View file @
a554186c
...
...
@@ -3067,7 +3067,6 @@ compile_file (name)
ASM_FILE_END
(
asm_out_file
);
#endif
/* Language-specific end of compilation actions. */
finish_syntax
:
lang_finish
();
...
...
@@ -3098,9 +3097,6 @@ compile_file (name)
&&
(
ferror
(
asm_out_file
)
!=
0
||
fclose
(
asm_out_file
)
!=
0
))
fatal_io_error
(
asm_file_name
);
/* Free up memory for the benefit of leak detectors. */
allocate_reg_info
(
-
1
,
0
,
0
);
/* Print the times. */
if
(
!
quiet_flag
)
...
...
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