aboutsummaryrefslogtreecommitdiff
path: root/gcc/cexp.y
AgeCommit message (Expand)AuthorFilesLines
2000-04-16Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole message in q...Dave Pitts1-4/+7
2000-02-25Copyright fixesJeff Law1-1/+2
2000-01-14cccp.c: PROTO -> PARAMS.Kaveh R. Ghazi1-22/+22
1999-09-16system.h (CTYPE_CONV, [...]): New macros.Kaveh R. Ghazi1-2/+2
1999-09-07Linas Vepstas <linas@linas.org>Linas Vepstas1-3/+3
1999-03-16cexp.y (yyerror): Call verror to get a usefull error message.Andreas Schwab1-3/+2
1999-03-06c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-9/+10
1999-02-15cccp.c: Don't define HOST_WIDE_INT.Kaveh R. Ghazi1-87/+56
1999-02-09system.h (_, N_): Remove dummy i18n macros.Nathan Sidwell1-0/+1
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-46/+50
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-4/+3
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-6/+6
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-1/+0
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-07-20configure.in (enable_c_mbchar): New configure option.Dave Brolley1-41/+72
1998-05-07Handle missing vfprintf() & _doprnt() functions with linked in modules,Kaveh R. Ghazi1-53/+32
1998-04-06More system.h cutover patches:Kaveh R. Ghazi1-39/+25
1998-04-03dummy commit before mergeJeff Law1-64/+104
1997-04-13cexp.y (warn_undef): New variable.Richard Kenner1-1/+7
1997-03-19(parse_number, yylex), cccp.c (rescan), cpplib.cRichard Kenner1-2/+7
1997-03-17(parse_number): Invalid integer constants are errors if pedantic.Richard Kenner1-3/+3
1997-02-16(parse_c_expression): Don't check for null lexptr or *lexptr == 0.Richard Kenner1-8/+3
1997-02-16(yylex): Use is_space, not is_hor_space, to find keyword end.Richard Kenner1-8/+10
1997-01-19#define __attribute__ to be null if compiling with GCC older than 2.7,Richard Kenner1-1/+1
1997-01-04(PRINTF_PROTO): Use __printf__ in __attribute__, not printf.Richard Kenner1-3/+3
1996-10-23(yylex): Cast string literal to U_CHAR* for lookup() call.Richard Kenner1-1/+2
1996-10-09(initialize_random_junk): Ignore DOLLARS_IN_IDENTIFIERS.Richard Kenner1-2/+0
1996-07-03formatting tweaksMike Stump1-1/+1
1996-04-10(parse_number): Don't reject long long constants unless pedantic.Richard Kenner1-3/+3
1996-01-23Use preprocessor arithmetic instead of C arithmetic to avoid warnings on some...Paul Eggert1-9/+16
1996-01-18(HOST_WIDE_INT_MASK): Renamed from LONG_MASK; use HOST_WIDE_INT.Paul Eggert1-43/+70
1996-01-16General code cleanup in the style of 1995-04-01 change.Richard Kenner1-140/+271
1995-12-29(yylex, parse_c_expression, main): Likewise.Richard Kenner1-6/+6
1995-12-28(parse_number): Improve error message for bogus numbers.Richard Kenner1-18/+18
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-06-09(left_shift): Ignore integer overflow.Richard Kenner1-11/+5
1995-06-09(skip_evaluation): New variable.Richard Kenner1-10/+28
1995-02-11(%union): Delete VOIDVAL and SVAL; unused.Richard Kenner1-3/+1
1994-09-20(HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT): New macros.Richard Kenner1-4/+18
1993-10-06Let tm file define MAX_*_TYPE_SIZE if *_TYPE_SIZE depends upon target_flagsIan Lance Taylor1-5/+21
1993-02-27(parse_escape): Delete case for '^'.Richard Stallman1-7/+0
1993-02-02(parse_escape): Support \E and \e like cc1:Richard Stallman1-0/+3
1993-01-06(yylex): Make tokstart an unsigned char *.Richard Stallman1-5/+5
1992-10-21(integer_overflow): Do nothing unless pedantic.Richard Stallman1-1/+2
1992-09-17(parse_escape): Diagnose '\x' with no digits.Richard Stallman1-5/+10
1992-09-17(parse_number): Warn about '9' in octal constants.Richard Stallman1-13/+17
1992-09-14(parse_number): Diagnose integer constants that are too large.Richard Stallman1-13/+34
1992-09-13(exp): Detect signed integer overflow.Richard Stallman1-19/+88
1992-09-03Comment syntax fix.Richard Stallman1-1/+1
1992-08-14(NULL_PTR): Use the same definition asTom Wood1-1/+11