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
795a25f4
Commit
795a25f4
authored
Mar 03, 2001
by
Neil Booth
Committed by
Neil Booth
Mar 03, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cpplex.c (parse_string): Unconditionally pedwarn.
From-SVN: r40214
parent
c691145a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/cpplex.c
+1
-2
No files found.
gcc/ChangeLog
View file @
795a25f4
2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
* cpplex.c (parse_string): Unconditionally pedwarn.
2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
* cpp.texi: Update.
* cpp.texi: Update.
* cppexp.c (parse_number): Update.
* cppexp.c (parse_number): Update.
* cpplex.c (parse_string): Pedwarn if multiline string does not
* cpplex.c (parse_string): Pedwarn if multiline string does not
...
...
gcc/cpplex.c
View file @
795a25f4
...
@@ -686,8 +686,7 @@ parse_string (pfile, token, terminator)
...
@@ -686,8 +686,7 @@ parse_string (pfile, token, terminator)
break
;
break
;
}
}
if
(
!
cpp_sys_macro_p
(
pfile
))
cpp_pedwarn
(
pfile
,
"multi-line string literals are deprecated"
);
cpp_pedwarn
(
pfile
,
"multi-line string constants are deprecated"
);
if
(
pfile
->
mlstring_pos
.
line
==
0
)
if
(
pfile
->
mlstring_pos
.
line
==
0
)
pfile
->
mlstring_pos
=
pfile
->
lexer_pos
;
pfile
->
mlstring_pos
=
pfile
->
lexer_pos
;
...
...
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