OSDN Git Service

Fix REG_INC note handling in register renamer.
[pf3gnuchains/gcc-fork.git] / gcc / cppmacro.c
2000-11-09 neil * cpphash.c: Move cpp_defined here from cpplib.c.
2000-11-08 neil Move directive handling into the lexer itself.
2000-11-06 neil * c-lex.c (c_lex): Replace tok.val.aux with tok.val...
2000-11-01 neil * c-parse.in (_yylex): Remove CPP_BACKSLASH case.
2000-10-31 neil * cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to...
2000-10-30 neil * cppfiles.c (stack_include_file): Check for stacked...
2000-10-30 mmitchel * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
2000-10-29 neil * cppmacro.c (_cpp_create_definition): Optimize the...
2000-10-28 neil2000-10-28 Neil Booth <neilb@earthling.net>
2000-09-25 neil * cpphash.h (_cpp_digraph_spellings, _cpp_process_dire...
2000-09-15 gkm * cppmacro.c (check_trad_stringification): Check token
2000-09-10 ghazi * cppmacro.c (check_trad_stringification): New function.
2000-08-17 neil * cppinit.c (cpp_cleanup): Free include dir chains.
2000-08-09 zack * configure.in (--enable-c-cpplib): Uncomment. Use...
2000-08-04 zack * cpplex.c (parse_name): Might have to glue a CPP_OTHE...
2000-08-02 zack * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
2000-08-02 zack * cpperror.c (v_message): Split into _cpp_begin_messag...
2000-07-31 zack2000-07-31 Jakub Jelinek <jakub@redhat.com>
2000-07-20 zack * cppmacro.c (CAN_PASTE_AFTER): New macro.
2000-07-18 zack * cpplib.h (TTYPE_TABLE): Rearrange to use only two...
2000-07-18 zack2000-02-17 Zack Weinberg <zack@wolery.cumb.org>