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
820fcad8
Commit
820fcad8
authored
Oct 18, 1998
by
Jason Merrill
Committed by
Jason Merrill
Oct 18, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl.c (grokvardecl): Fix thinko.
From-SVN: r23161
parent
1eab9b56
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
gcc/cp/ChangeLog
+2
-0
gcc/cp/decl.c
+2
-0
No files found.
gcc/cp/ChangeLog
View file @
820fcad8
1998-10-18 Jason Merrill <jason@yorick.cygnus.com>
* decl.c (grokvardecl): Fix thinko.
* decl.c (grokdeclarator): Embedded attrs bind to the right,
not the left.
...
...
gcc/cp/decl.c
View file @
820fcad8
...
...
@@ -8311,6 +8311,8 @@ grokvardecl (type, declarator, specbits_in, initialized, constp, in_namespace)
context
=
in_namespace
;
else
if
(
namespace_bindings_p
()
||
RIDBIT_SETP
(
RID_EXTERN
,
specbits
))
context
=
current_namespace
;
else
context
=
NULL_TREE
;
decl
=
build_decl
(
VAR_DECL
,
declarator
,
complete_type
(
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