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
e5ad6436
Commit
e5ad6436
authored
Aug 25, 1999
by
Bernd Schmidt
Committed by
Bernd Schmidt
Aug 25, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix small problem with gcse dumps
From-SVN: r28855
parent
af13ebe9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/toplev.c
+1
-1
No files found.
gcc/ChangeLog
View file @
e5ad6436
Wed
Aug
25
11
:
18
:
39
1999
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
*
toplev
.
c
(
rest_of_compilation
)
:
Use
decl_printable_name
when
opening
gcse
dump
file
.
Wed
Aug
25
10
:
57
:
12
1999
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
config
/
arm
/
telf
.
h
(
ASM_WEAKEN_LABEL
)
:
Define
.
...
...
gcc/toplev.c
View file @
e5ad6436
...
...
@@ -3904,7 +3904,7 @@ rest_of_compilation (decl)
if
(
optimize
>
0
&&
flag_gcse
)
{
if
(
gcse_dump
)
open_dump_file
(
".gcse"
,
IDENTIFIER_POINTER
(
DECL_NAME
(
decl
)
));
open_dump_file
(
".gcse"
,
decl_printable_name
(
decl
,
2
));
TIMEVAR
(
gcse_time
,
tem
=
gcse_main
(
insns
,
rtl_dump_file
));
...
...
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