aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-9/+10
2006-01-20re PR c++/5520 (Add a warning to detect empty body of if statements (like in ...Dirk Mueller1-1/+1
2006-01-18[multiple changes]Diego Novillo1-8/+1343
2006-01-17common.opt (ftoplevel-reorder): New option.Ian Lance Taylor1-5/+2
2006-01-05* c-parser.c (c_parser_objc_methodprotolist): Handle CPP_PRAGMA.Richard Henderson1-0/+3
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson1-39/+205
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-0/+18
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-2/+2
2005-10-14re PR c/23439 ("f(){for" crashes the C frontend)Volker Reichelt1-1/+2
2005-09-08re PR objc/20574 (weird error message after a parse error)Andrew Pinski1-0/+5
2005-07-30re PR c/23143 (parameter forward declarations broken)Joseph Myers1-0/+1
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