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
813e0591
Commit
813e0591
authored
Jun 30, 2003
by
Wolfgang Bangerth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bad indentation due to changes in whitespace between patch creation and patch application.
From-SVN: r68722
parent
984e085f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
gcc/cp/parser.c
+7
-7
No files found.
gcc/cp/parser.c
View file @
813e0591
...
@@ -2783,16 +2783,16 @@ cp_parser_primary_expression (cp_parser *parser,
...
@@ -2783,16 +2783,16 @@ cp_parser_primary_expression (cp_parser *parser,
&&
INTEGRAL_OR_ENUMERATION_TYPE_P
(
TREE_TYPE
(
decl
)))
&&
INTEGRAL_OR_ENUMERATION_TYPE_P
(
TREE_TYPE
(
decl
)))
/* Const variables or static data members of integral
/* Const variables or static data members of integral
or enumeration types initialized with constant
or enumeration types initialized with constant
expressions (or dependent expressions - in this case
expressions (or dependent expressions - in this case
the check will be done at instantiation time). */
the check will be done at instantiation time). */
&&
!
(
TREE_CODE
(
decl
)
==
VAR_DECL
&&
!
(
TREE_CODE
(
decl
)
==
VAR_DECL
&&
INTEGRAL_OR_ENUMERATION_TYPE_P
(
TREE_TYPE
(
decl
))
&&
INTEGRAL_OR_ENUMERATION_TYPE_P
(
TREE_TYPE
(
decl
))
&&
DECL_INITIAL
(
decl
)
&&
DECL_INITIAL
(
decl
)
&&
(
TREE_CONSTANT
(
DECL_INITIAL
(
decl
))
&&
(
TREE_CONSTANT
(
DECL_INITIAL
(
decl
))
||
type_dependent_expression_p
||
type_dependent_expression_p
(
DECL_INITIAL
(
decl
))
(
DECL_INITIAL
(
decl
))
||
value_dependent_expression_p
||
value_dependent_expression_p
(
DECL_INITIAL
(
decl
)))))
(
DECL_INITIAL
(
decl
)))))
{
{
if
(
!
parser
->
allow_non_constant_expression_p
)
if
(
!
parser
->
allow_non_constant_expression_p
)
return
cp_parser_non_constant_id_expression
(
decl
);
return
cp_parser_non_constant_id_expression
(
decl
);
...
...
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