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
5641785f
Commit
5641785f
authored
Jan 06, 2009
by
Ben Elliston
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gengtype-lex.l (YY_NO_INPUT): Define.
From-SVN: r143100
parent
e4e5261f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+6
-1
gcc/gengtype-lex.l
+1
-0
No files found.
gcc/ChangeLog
View file @
5641785f
2009-01-06 Ben Elliston <bje@au.ibm.com>
* gengtype-lex.l (YY_NO_INPUT): Define.
2009-01-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR c/34911
* c-common.c (handle_vector_size_attribute): Also reject BOOLEAN_TYPE types.
* c-common.c (handle_vector_size_attribute): Also reject
BOOLEAN_TYPE types.
2009-01-05 Sebastian Pop <sebastian.pop@amd.com>
...
...
gcc/gengtype-lex.l
View file @
5641785f
...
...
@@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see
#include "gengtype.h"
#define YY_NO_INPUT
#define YY_DECL int yylex (const char **yylval)
#define yyterminate() return EOF_TOKEN
...
...
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