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
44ddc79a
Commit
44ddc79a
authored
22 years ago
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
22 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gengtype-lex.l (ID): Allow underscore as first character.
From-SVN: r56501
parent
b275d088
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/gengtype-lex.l
+1
-1
No files found.
gcc/ChangeLog
View file @
44ddc79a
2002
-
08
-
22
Hans
-
Peter
Nilsson
<
hp
@bitrange
.
com
>
*
gengtype
-
lex
.
l
(
ID
)
:
Allow
underscore
as
first
character
.
2002
-
08
-
21
David
Edelsohn
<
edelsohn
@gnu
.
org
>
*
config
/
rs6000
/
rs6000
.
c
(
rs6000_xcoff_asm_globalize_label
)
:
New
...
...
This diff is collapsed.
Click to expand it.
gcc/gengtype-lex.l
View file @
44ddc79a
...
...
@@ -48,7 +48,7 @@ update_lineno (l, len)
%}
ID [[:alpha:]][[:alnum:]_]*
ID [[:alpha:]
_
][[:alnum:]_]*
WS [[:space:]]+
IWORD short|long|(un)?signed|char|int|HOST_WIDE_INT|bool|size_t
ITYPE {IWORD}({WS}{IWORD})*
...
...
This diff is collapsed.
Click to expand it.
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