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
764c4414
Commit
764c4414
authored
Feb 22, 2003
by
Jan Hubicka
Committed by
Jan Hubicka
Feb 22, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-decl.c (c_expand_body_1): Fix.
From-SVN: r63283
parent
1c4a429a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/c-decl.c
+1
-0
No files found.
gcc/ChangeLog
View file @
764c4414
Sat
Feb
22
12
:
42
:
16
CET
2003
Jan
Hubicka
<
jh
@suse
.
cz
>
*
c
-
decl
.
c
(
c_expand_body_1
)
:
Fix
.
Sat
Feb
22
03
:
13
:
36
CET
2003
Jan
Hubicka
<
jh
@suse
.
cz
>
*
expmed
.
c
(
expand_divmod
)
:
Undo
sign
extensions
for
unsigned
operands
...
...
gcc/c-decl.c
View file @
764c4414
...
...
@@ -6523,6 +6523,7 @@ c_expand_body_1 (fndecl, nested_p)
current_function_decl
=
fndecl
;
input_filename
=
DECL_SOURCE_FILE
(
fndecl
);
init_function_start
(
fndecl
,
input_filename
,
DECL_SOURCE_LINE
(
fndecl
));
lineno
=
DECL_SOURCE_LINE
(
fndecl
);
/* This function is being processed in whole-function mode. */
cfun
->
x_whole_function_mode_p
=
1
;
...
...
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