summaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth2002-06-021-0/+27
* cppexp.c (cpp_classify_number): Cast precission to int for correct printf for...Andreas Jaeger2002-06-011-4/+4
* cppexp.c (cpp_num): Move to cpplib.h.Neil Booth2002-05-291-181/+332
* cppexp.c (interpret_number): Optimize for single-digit and less-than-half-pre...Neil Booth2002-05-281-21/+51
* cppexp.c (num_trim): Use 1UL instead of 1 for long int.H.J. Lu2002-05-271-8/+8
* c-common.c (c_common_init): Set CPP arithmetic precision.Neil Booth2002-05-271-1/+0
* cppexp.c (possible_sum_sign, [...]): Remove.Neil Booth2002-05-261-319/+805
* cpperror.c: Fix formatting.Kazu Hirata2002-05-221-4/+4
* * cppexp.c (_cpp_expand_op_stack): Set op_limit.Neil Booth2002-05-091-3/+5
* c-common.c (warn_multichar): New.Neil Booth2002-05-061-1/+10
* c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth2002-05-041-4/+4
* cppexp.c (lex): Move some code to _cpp_parse_expr, but keep most cases as fun...Neil Booth2002-04-281-99/+54
* cppexp.c (lex): Update to use state.skip_eval.Neil Booth2002-04-281-331/+306
* cppexp.c (CPP_UMINUS, CPP_UPLUS): New.Neil Booth2002-04-261-78/+75
* cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth2002-04-211-6/+6
* cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth2002-04-141-24/+33
* attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi2002-03-031-4/+3
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-271-1/+1
* cpplex.c (cpp_interpret_charconst): Get signedness or otherwise of wide chara...Neil Booth2002-02-241-2/+4
* cpperror.c: Update comments and copyright.Neil Booth2002-01-031-8/+12
* cppexp.c (parse_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi2001-11-101-8/+3
* cppexp.c (lex, [...]): Update warning about defined.Neil Booth2001-11-051-6/+5
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-1/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-1/+1
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-6/+6
* cpplex.c (enum spell_type): Add SPELL_NUMBER.Zack Weinberg2001-10-061-2/+2
* c-lex.c (cb_def_pragma): Update.Neil Booth2001-09-241-23/+16
* cppexp.c (EXTRACT_PRIO): Uppercase and parenthsize macro parameter.Graham Stott2001-08-091-2/+2
* cppexp.c (parse_defined): Always record the macro name.Neil Booth2001-07-291-22/+20
* c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.Neil Booth2001-07-191-14/+15
* cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth2001-05-161-2/+3
* c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c...Neil Booth2001-05-111-201/+9
* cpp.texi: Update.Neil Booth2001-03-031-1/+1
* cpplib.c (_cpp_init_stacks): Cast enum for comparison.John David Anglin2001-03-021-1/+2
* c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac...Neil Booth2001-02-141-1/+3
* cpphash.h (struct spec_nodes): Add n_true and n_false.Zack Weinberg2001-02-071-10/+28
* cppexp.c (parse_defined): Improve diagnostics for invalid syntax.Neil Booth2001-02-061-1/+14
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi2001-01-281-1/+0
* cppexp.c (parse_charconst): Change `mask' type to agree with parse_escape.Alan Modra2001-01-221-2/+3
* osf.h: Standarize copyright statement.Rodney Brown2000-12-061-1/+2
* * cppexp.c (parse_number): Update diagnostic test.Neil Booth2000-12-021-2/+3
* cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth2000-11-261-3/+1
* c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth2000-11-201-1/+3
* cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token.Neil Booth2000-11-141-4/+5
* cppexp.c: Don't worry about pfile->skipping.Neil Booth2000-11-121-5/+0
* Remove CPP_PLACEMARKERsNeil Booth2000-11-111-4/+0
* c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or tok.val.arg_no as appr...Neil Booth2000-11-061-3/+3
* New macro expander.Neil Booth2000-10-281-70/+111
* defaults.h: Provide default definitions for...Zack Weinberg2000-09-111-16/+1
* c-lex.c (parse_float, yylex): For -Wtraditional, issue a warning about non-tr...Kaveh R. Ghazi2000-08-101-0/+2