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
097552fa
Commit
097552fa
authored
Feb 10, 2007
by
Gabriel Dos Reis
Committed by
Gabriel Dos Reis
Feb 10, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* parser.c (cp_parser_primary_expression): Reformat overly long lines.
From-SVN: r121805
parent
51823d47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/cp/ChangeLog
+4
-0
gcc/cp/parser.c
+4
-2
No files found.
gcc/cp/ChangeLog
View file @
097552fa
2007
-
02
-
10
Gabriel
Dos
Reis
<
gdr
@
integrable
-solutions.net
>
*
parser.c
(
cp_parser_primary_expression
):
Reformat
overly
long
lines.
2007
-
02
-
10
Richard
Henderson
<
rth
@
redhat.com
>
,
Jakub
Jelinek
<
jakub
@
redhat.com
>
*
decl.c
(
grokvardecl
):
Don
't error if !have_tls.
...
...
gcc/cp/parser.c
View file @
097552fa
...
...
@@ -3272,9 +3272,11 @@ cp_parser_primary_expression (cp_parser *parser,
/* Anything else is an error. */
default:
/* ...unless we have an Objective-C++ message or string literal, that is. */
/* ...unless we have an Objective-C++ message or string literal,
that is. */
if
(
c_dialect_objc
()
&&
(
token
->
type
==
CPP_OPEN_SQUARE
||
token
->
type
==
CPP_OBJC_STRING
))
&&
(
token
->
type
==
CPP_OPEN_SQUARE
||
token
->
type
==
CPP_OBJC_STRING
))
return
cp_parser_objc_expression
(
parser
);
cp_parser_error
(
parser
,
"expected primary-expression"
);
...
...
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