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
6311165e
Commit
6311165e
authored
Jan 11, 2007
by
Mark Mitchell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove accidentally checked in hunk.
From-SVN: r120676
parent
1aa6ca40
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
gcc/cp/parser.c
+0
-2
No files found.
gcc/cp/parser.c
View file @
6311165e
...
@@ -6093,7 +6093,6 @@ cp_parser_constant_expression (cp_parser* parser,
...
@@ -6093,7 +6093,6 @@ cp_parser_constant_expression (cp_parser* parser,
parser
->
integral_constant_expression_p
=
true
;
parser
->
integral_constant_expression_p
=
true
;
parser
->
allow_non_integral_constant_expression_p
=
allow_non_constant_p
;
parser
->
allow_non_integral_constant_expression_p
=
allow_non_constant_p
;
parser
->
non_integral_constant_expression_p
=
false
;
parser
->
non_integral_constant_expression_p
=
false
;
integral_constant_expr_p
=
true
;
/* Although the grammar says "conditional-expression", we parse an
/* Although the grammar says "conditional-expression", we parse an
"assignment-expression", which also permits "throw-expression"
"assignment-expression", which also permits "throw-expression"
and the use of assignment operators. In the case that
and the use of assignment operators. In the case that
...
@@ -6105,7 +6104,6 @@ cp_parser_constant_expression (cp_parser* parser,
...
@@ -6105,7 +6104,6 @@ cp_parser_constant_expression (cp_parser* parser,
constant. */
constant. */
expression
=
cp_parser_assignment_expression
(
parser
,
/*cast_p=*/
false
);
expression
=
cp_parser_assignment_expression
(
parser
,
/*cast_p=*/
false
);
/* Restore the old settings. */
/* Restore the old settings. */
integral_constant_expr_p
=
false
;
parser
->
integral_constant_expression_p
parser
->
integral_constant_expression_p
=
saved_integral_constant_expression_p
;
=
saved_integral_constant_expression_p
;
parser
->
allow_non_integral_constant_expression_p
parser
->
allow_non_integral_constant_expression_p
...
...
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