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
a6388960
Commit
a6388960
authored
Aug 05, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(layout_type): Put size-related nodes in same obstack as type.
From-SVN: r5079
parent
d9cbc259
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
12 deletions
+5
-12
gcc/stor-layout.c
+5
-12
No files found.
gcc/stor-layout.c
View file @
a6388960
...
...
@@ -676,18 +676,11 @@ layout_type (type)
they must last past the current statement. */
old
=
suspend_momentary
();
/* If we are processing a permanent type, make nodes permanent.
If processing a temporary type, make it saveable, since the
type node itself is. This is important if the function is inline,
since its decls will get copied later. */
push_obstacks_nochange
();
if
(
allocation_temporary_p
())
{
if
(
TREE_PERMANENT
(
type
))
end_temporary_allocation
();
else
saveable_allocation
();
}
/* Put all our nodes into the same obstack as the type. Also,
make expressions saveable (this is a no-op for permanent types). */
push_obstacks
(
TYPE_OBSTACK
(
type
),
TYPE_OBSTACK
(
type
));
saveable_allocation
();
switch
(
TREE_CODE
(
type
))
{
...
...
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