aboutsummaryrefslogtreecommitdiff
path: root/gcc/gengtype-lex.l
AgeCommit message (Expand)AuthorFilesLines
2008-06-26cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warn...Kaveh R. Ghazi1-6/+6
2007-08-07re PR bootstrap/32973 (bootstrap failure with indented structure declaration ...Andreas Schwab1-0/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-13* gengtype-lex.l: Allow declarations to be indented.Andreas Schwab1-9/+9
2007-03-26gengtype-parse.c: New file.Zack Weinberg1-216/+68
2007-03-26gengtype-lex.l: Distinguish unions from structures in the token type.Zack Weinberg1-4/+4
2007-03-26gengtype.h (struct type): Replace 'sc' with boolean, scalar_is_char.Zack Weinberg1-12/+8
2007-03-26vec.h: Remove all #if IN_GENGTYPE blocks.Zack Weinberg1-233/+52
2007-03-26gengtype-lex.l: Remove rules for parsing pointer-to-function typedefs that us...Zack Weinberg1-34/+0
2007-03-26gengtype-lex.l: Remove all rules and states relating to yacc input files.Zack Weinberg1-31/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-45/+136
2005-02-25c-parser.c: New file.Joseph Myers1-3/+1
2004-10-11gengtype-lex.l: Add commented } & ) characters to unconfuse editor's paren ma...Nathan Sidwell1-2/+4
2004-07-26basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti1-19/+27
2004-07-25bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti1-2/+2
2004-07-14input.h: If USE_MAPPED_LOCATION...Per Bothner1-1/+2
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-1/+6
2004-06-28vec.h, vec.c: New, type safe vector API.Nathan Sidwell1-1/+143
2004-05-31gengtype-lex.l: Catch stray GTY markers in the files gengtype looks at.Geoffrey Keating1-0/+5
2004-05-30Index: libcpp/ChangeLogGeoffrey Keating1-1/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1/+1
2004-01-27system.h (CHAR_BITFIELD): Delete.Kaveh R. Ghazi1-1/+1
2003-12-10README.Portability: Remove K+R section.Steven Bosscher1-2/+2
2003-10-07gengtype-lex.l: Remove -Wtraditional cruft.Kelley Cook1-3/+0
2003-10-05* gengtype-lex.l: Recognize typedef of functions without PARAMS macro.Kelley Cook1-0/+33
2003-09-25MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski1-0/+2
2003-07-06basic-block.h: Convert prototypes to ISO C90.Andreas Jaeger1-9/+5
2003-04-03gengtype-lex.l (IWORD): Add CHAR_BITFIELD.Kaveh R. Ghazi1-1/+1
2003-01-15expr.h (emit_conditional_add): Add PARAMS to declaration.John David Anglin1-4/+4
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-1/+3
2002-09-16Index: gcc/ChangeLogGeoffrey Keating1-1/+4
2002-08-22* gengtype-lex.l (ID): Allow underscore as first character.Hans-Peter Nilsson1-1/+1
2002-07-27Makefile.in (gengtype-lex.c): Work around a bug in flex.Kaveh R. Ghazi1-0/+3
2002-07-14Make gengtype.c language independent.Tim Josling1-1/+1
2002-06-09gengtype.h (error_at_line): Use PARAMS, not VPARAMS.Kaveh R. Ghazi1-1/+1
2002-06-09genautomata.c: Don't include ctype.h or limits.h.Kaveh R. Ghazi1-19/+17
2002-06-06* gengtype-lex.l (INITIAL): New rule for "'"("\\".|[^\\])"'".J"orn Rennecke1-0/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-0/+322