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
b23aee6c
Commit
b23aee6c
authored
Apr 28, 2005
by
Mike Stump
Committed by
Mike Stump
Apr 28, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/cpp.texi: gcc now implements universal character names.
From-SVN: r98898
parent
b7f755e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/doc/cpp.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
b23aee6c
2005-04-27 Mike Stump <mrs@apple.com>
* doc/cpp.texi: gcc now implements universal character names.
2005-04-27 Joseph S. Myers <joseph@codesourcery.com>
PR c/21159
...
...
gcc/doc/cpp.texi
View file @
b23aee6c
...
...
@@ -3764,8 +3764,8 @@ character set may be controlled by the user, with the
The C and C++ standards allow identifiers to be composed of @samp{_}
and the alphanumeric characters. C++ and C99 also allow universal
character names
(not implemented in GCC), and C99 further permits
implementation-defined
characters.
character names
, and C99 further permits implementation-defined
characters.
GCC allows the @samp{$} character in identifiers as an extension for
most targets. This is true regardless of the @option{std=} switch,
...
...
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