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
2fe204da
Commit
2fe204da
authored
Mar 08, 1994
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(write_vtable_entries, finish_file): Likewise.
From-SVN: r6728
parent
0a3732d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/cp/decl2.c
+3
-3
No files found.
gcc/cp/decl2.c
View file @
2fe204da
...
@@ -2385,7 +2385,7 @@ write_vtable_entries (decl)
...
@@ -2385,7 +2385,7 @@ write_vtable_entries (decl)
TREE_ADDRESSABLE
(
fn
)
=
1
;
TREE_ADDRESSABLE
(
fn
)
=
1
;
temporary_allocation
();
temporary_allocation
();
output_inline_function
(
fn
);
output_inline_function
(
fn
);
permanent_allocation
();
permanent_allocation
(
1
);
}
}
else
else
assemble_external
(
fn
);
assemble_external
(
fn
);
...
@@ -2763,7 +2763,7 @@ finish_file ()
...
@@ -2763,7 +2763,7 @@ finish_file ()
{
{
temporary_allocation
();
temporary_allocation
();
output_inline_function
(
decl
);
output_inline_function
(
decl
);
permanent_allocation
();
permanent_allocation
(
1
);
}
}
pending_addressable_inlines
=
TREE_CHAIN
(
pending_addressable_inlines
);
pending_addressable_inlines
=
TREE_CHAIN
(
pending_addressable_inlines
);
}
}
...
@@ -2813,7 +2813,7 @@ finish_file ()
...
@@ -2813,7 +2813,7 @@ finish_file ()
}
}
}
}
permanent_allocation
();
permanent_allocation
(
1
);
this_time
=
get_run_time
();
this_time
=
get_run_time
();
parse_time
-=
this_time
-
start_time
;
parse_time
-=
this_time
-
start_time
;
varconst_time
+=
this_time
-
start_time
;
varconst_time
+=
this_time
-
start_time
;
...
...
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