aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-20cppexp.c (struct op): Add token pointer.Neil Booth1-28/+59
2002-07-19cppexp.c (ALWAYS_EVAL): Remove.Neil Booth1-108/+105
2002-07-18cppexp.c (cpp_num_mul): Remove unused parameter.Neil Booth1-105/+139
2002-07-17cppexp.c (cpp_interpret_integer, [...]): Clarify and correct use of "bool" va...Neil Booth1-8/+8
2002-07-09cpperror.c (cpp_error): Default to directive_line within directives here.Neil Booth1-2/+4
2002-06-20cppexp.c (cpp_interpret_integer): Don't force traditional numbers to be unsig...Neil Booth1-3/+6
2002-06-07cppexp.c (num_equality_op): Use a temporary variable to work around gcc 3.0.4...Jason Merrill1-2/+4
2002-06-02c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth1-0/+27
2002-06-01cppexp.c (cpp_classify_number): Cast precission to int for correct printf for...Andreas Jaeger1-4/+4
2002-05-29cppexp.c (cpp_num): Move to cpplib.h.Neil Booth1-181/+332
2002-05-28cppexp.c (interpret_number): Optimize for single-digit and less-than-half-pre...Neil Booth1-21/+51
2002-05-27cppexp.c (num_trim): Use 1UL instead of 1 for long int.H.J. Lu1-8/+8
2002-05-27c-common.c (c_common_init): Set CPP arithmetic precision.Neil Booth1-1/+0
2002-05-26cppexp.c (possible_sum_sign, [...]): Remove.Neil Booth1-319/+805
2002-05-22cpperror.c: Fix formatting.Kazu Hirata1-4/+4
2002-05-09* cppexp.c (_cpp_expand_op_stack): Set op_limit.Neil Booth1-3/+5
2002-05-06c-common.c (warn_multichar): New.Neil Booth1-1/+10
2002-05-04c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth1-4/+4
2002-04-28cppexp.c (lex): Move some code to _cpp_parse_expr, but keep most cases as fun...Neil Booth1-99/+54
2002-04-28cppexp.c (lex): Update to use state.skip_eval.Neil Booth1-331/+306
2002-04-26cppexp.c (CPP_UMINUS, CPP_UPLUS): New.Neil Booth1-78/+75
2002-04-21cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth1-6/+6
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth1-24/+33
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-4/+3
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-1/+1
2002-02-24cpplex.c (cpp_interpret_charconst): Get signedness or otherwise of wide chara...Neil Booth1-2/+4
2002-01-03cpperror.c: Update comments and copyright.Neil Booth1-8/+12
2001-11-10cppexp.c (parse_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi1-8/+3
2001-11-05cppexp.c (lex, [...]): Update warning about defined.Neil Booth1-6/+5
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-1/+1
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-1/+1
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-6/+6
2001-10-06cpplex.c (enum spell_type): Add SPELL_NUMBER.Zack Weinberg1-2/+2
2001-09-24c-lex.c (cb_def_pragma): Update.Neil Booth1-23/+16
2001-08-09cppexp.c (EXTRACT_PRIO): Uppercase and parenthsize macro parameter.Graham Stott1-2/+2
2001-07-29cppexp.c (parse_defined): Always record the macro name.Neil Booth1-22/+20
2001-07-19c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.Neil Booth1-14/+15
2001-05-16cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth1-2/+3
2001-05-11c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c...Neil Booth1-201/+9
2001-03-03cpp.texi: Update.Neil Booth1-1/+1
2001-03-02cpplib.c (_cpp_init_stacks): Cast enum for comparison.John David Anglin1-1/+2
2001-02-14c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac...Neil Booth1-1/+3
2001-02-07cpphash.h (struct spec_nodes): Add n_true and n_false.Zack Weinberg1-10/+28
2001-02-06cppexp.c (parse_defined): Improve diagnostics for invalid syntax.Neil Booth1-1/+14
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-22cppexp.c (parse_charconst): Change `mask' type to agree with parse_escape.Alan Modra1-2/+3
2000-12-06osf.h: Standarize copyright statement.Rodney Brown1-1/+2
2000-12-02* cppexp.c (parse_number): Update diagnostic test.Neil Booth1-2/+3
2000-11-26cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth1-3/+1
2000-11-20c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth1-1/+3