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
cbabbc34
Commit
cbabbc34
authored
15 years ago
by
Jason Merrill
Committed by
Jason Merrill
15 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* parser.c: Mark lambda_scope and lambda_count for PCH.
From-SVN: r152474
parent
123651cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/cp/ChangeLog
+4
-0
gcc/cp/parser.c
+2
-2
No files found.
gcc/cp/ChangeLog
View file @
cbabbc34
2009-10-05 Jason Merrill <jason@redhat.com>
* parser.c: Mark lambda_scope and lambda_count for PCH.
2009-10-03 Jason Merrill <jason@redhat.com>
PR c++/41553
...
...
This diff is collapsed.
Click to expand it.
gcc/cp/parser.c
View file @
cbabbc34
...
...
@@ -6955,8 +6955,8 @@ cp_parser_trait_expr (cp_parser* parser, enum rid keyword)
/* Lambdas that appear in variable initializer or default argument scope
get that in their mangling, so we need to record it. We might as well
use the count for function and namespace scopes as well. */
static
tree
lambda_scope
;
static
int
lambda_count
;
static
GTY
(())
tree
lambda_scope
;
static
GTY
(())
int
lambda_count
;
typedef
struct
GTY
(())
tree_int
{
tree
t
;
...
...
This diff is collapsed.
Click to expand it.
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