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
cac1105c
Commit
cac1105c
authored
May 06, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(expand_decl): Don't set current_function_calls_alloca here nor record
new stack level for nonlocal gotos. From-SVN: r7231
parent
1ee86d15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
gcc/stmt.c
+0
-6
No files found.
gcc/stmt.c
View file @
cac1105c
...
...
@@ -3204,16 +3204,10 @@ expand_decl (decl)
NULL_RTX
,
VOIDmode
,
0
);
free_temp_slots
();
/* This is equivalent to calling alloca. */
current_function_calls_alloca
=
1
;
/* Allocate space on the stack for the variable. */
address
=
allocate_dynamic_stack_space
(
size
,
NULL_RTX
,
DECL_ALIGN
(
decl
));
if
(
nonlocal_goto_handler_slot
!=
0
)
emit_stack_save
(
SAVE_NONLOCAL
,
&
nonlocal_goto_stack_level
,
NULL_RTX
);
/* Reference the variable indirect through that rtx. */
DECL_RTL
(
decl
)
=
gen_rtx
(
MEM
,
DECL_MODE
(
decl
),
address
);
...
...
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