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
7d021397
Commit
7d021397
authored
May 10, 2003
by
Kriang Lerdsuwanakij
Committed by
Kriang Lerdsuwanakij
May 10, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pt.c (instantiate_decl): Call push/pop_deferring_access_checks.
From-SVN: r66665
parent
6e39f860
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/cp/ChangeLog
+4
-0
gcc/cp/pt.c
+5
-0
No files found.
gcc/cp/ChangeLog
View file @
7d021397
2003
-
05
-
10
Kriang
Lerdsuwanakij
<
lerdsuwa
@
users.sourceforge.net
>
*
pt.c
(
instantiate_decl
):
Call
push
/
pop_deferring_access_checks.
2003
-
05
-
10
Kriang
Lerdsuwanakij
<
lerdsuwa
@
users.sourceforge.net
>
PR
c
++/
9252
*
cp
-tree.h
(
saved_scope
):
Remove
check_access
field.
(
tsubst_flags_t
):
Remove
tf_parsing.
...
...
gcc/cp/pt.c
View file @
7d021397
...
...
@@ -10809,6 +10809,10 @@ instantiate_decl (d, defer_ok)
timevar_push
(
TV_PARSE
);
/* We may be in the middle of deferred access check. Disable
it now. */
push_deferring_access_checks
(
dk_no_deferred
);
/* Set TD to the template whose DECL_TEMPLATE_RESULT is the pattern
for the instantiation. */
td
=
template_for_substitution
(
d
);
...
...
@@ -11050,6 +11054,7 @@ instantiate_decl (d, defer_ok)
out
:
input_location
=
saved_loc
;
pop_deferring_access_checks
();
pop_tinst_level
();
timevar_pop
(
TV_PARSE
);
...
...
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