aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
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