aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-29c-tree.h (default_function_array_conversion): Take and return struct c_expr.Joseph Myers1-39/+40
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15c-tree.h (default_function_array_conversion): Declare.Joseph Myers1-41/+100
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek1-3/+3
2005-06-04c-parser.c (c_parser_parms_declarator): Don't use chainon().Geoffrey Keating1-6/+7
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2005-05-24c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie1-2/+3
2005-05-09c-tree.h (parser_build_unary_op): New prototype.Roger Sayle1-48/+23
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-2/+2
2005-04-21c-common.h (objc_build_method_signature): Update prototype.Roger Sayle1-4/+3
2005-04-17* c-parser.c (N_C_TTYPES): Remove.Kazu Hirata1-3/+0
2005-03-29re PR c/20672 (New C parser doesn't check whether functions that end files ar...Joseph Myers1-1/+1
2005-03-23c-common.c (c_common_truthvalue_conversion): Adjust comment.Joseph Myers1-6/+8
2005-03-20c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_...Joseph Myers1-1/+0
2005-03-13re PR c/20402 (gcc.dg/noncompile/920923-1.c ICE)Joseph Myers1-1/+2
2005-03-11c-tree.h (struct c_declarator): New id_loc field.Per Bothner1-2/+2
2005-03-07Various fixes to allow us to again build if --enable-mapped-location:Per Bothner1-1/+1
2005-03-02re PR c/8927 (Gcc give error for wrong line of C code.)Joseph Myers1-1/+2
2005-02-28re PR c/20245 (ICE on invalid function declaration)Joseph Myers1-1/+1
2005-02-25c-parser.c: New file.Joseph Myers1-0/+6219