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
e6e81f1c
Commit
e6e81f1c
authored
Apr 30, 2002
by
Paul Eggert
Committed by
Jason Merrill
Apr 30, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* parse.y (nomods_initdcl0): Replace $<ttype>3 with $<ttype>$.
From-SVN: r52948
parent
3193c415
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
gcc/cp/ChangeLog
+2
-3
gcc/cp/parse.y
+5
-3
No files found.
gcc/cp/ChangeLog
View file @
e6e81f1c
2002-04-
30
Paul Eggert <eggert@twinsun.com>
2002-04-
29
Paul Eggert <eggert@twinsun.com>
* parse.y (nomods_initdcl0): Do not move stack entries
when setting things up as initdcl0_innards expects.
* parse.y (nomods_initdcl0): Replace $<ttype>3 with $<ttype>$.
2002-04-29 Jakub Jelinek <jakub@redhat.com>
...
...
gcc/cp/parse.y
View file @
e6e81f1c
...
...
@@ -2147,10 +2147,12 @@ notype_initdcl0:
;
nomods_initdcl0:
{ /* Set things up as initdcl0_innards expects. */
$<ftype>$.t = NULL_TREE;
$<ftype>$.lookups = NULL_TREE; }
notype_declarator maybeasm
{ /* Set things up as initdcl0_innards expects. */
$<ttype>$ = $2;
$2 = $1;
$<ftype>1.t = NULL_TREE;
$<ftype>1.lookups = NULL_TREE; }
initdcl0_innards
{}
| constructor_declarator maybeasm maybe_attribute
...
...
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