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
29bbeb1c
Commit
29bbeb1c
authored
Jun 05, 1999
by
Mark Mitchell
Committed by
Mark Mitchell
Jun 05, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl.c (grokdeclarator): Fix typo in last change.
From-SVN: r27368
parent
0993272f
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/decl.c
+2
-2
No files found.
gcc/cp/ChangeLog
View file @
29bbeb1c
1999-06-05 Mark Mitchell <mark@codesourcery.com>
* decl.c (grokdeclarator): Fix typo in last change.
1999-06-04 Jason Merrill <jason@yorick.cygnus.com>
1999-06-04 Jason Merrill <jason@yorick.cygnus.com>
* semantics.c (finish_if_stmt_cond): Copy cond to permanent_obstack.
* semantics.c (finish_if_stmt_cond): Copy cond to permanent_obstack.
...
...
gcc/cp/decl.c
View file @
29bbeb1c
...
@@ -9935,10 +9935,10 @@ grokdeclarator (declarator, declspecs, decl_context, initialized, attrlist)
...
@@ -9935,10 +9935,10 @@ grokdeclarator (declarator, declspecs, decl_context, initialized, attrlist)
controlled just like plain `int', but a typedef for
controlled just like plain `int', but a typedef for
`signed int' cannot be so controlled. */
`signed int' cannot be so controlled. */
&&
!
(
typedef_decl
&&
!
(
typedef_decl
&&
C_TYPEDEF_EXPLICITLY_SIGNED
(
typedef_decl
))
)
&&
C_TYPEDEF_EXPLICITLY_SIGNED
(
typedef_decl
))
&&
(
TREE_CODE
(
type
)
==
INTEGER_TYPE
&&
(
TREE_CODE
(
type
)
==
INTEGER_TYPE
||
TREE_CODE
(
type
)
==
CHAR_TYPE
)
||
TREE_CODE
(
type
)
==
CHAR_TYPE
)
&&
!
same_type_p
(
TYPE_MAIN_VARIANT
(
type
),
wchar_type_node
))
&&
!
same_type_p
(
TYPE_MAIN_VARIANT
(
type
),
wchar_type_node
))
)
{
{
if
(
longlong
)
if
(
longlong
)
type
=
long_long_unsigned_type_node
;
type
=
long_long_unsigned_type_node
;
...
...
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