summaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo2006-01-251-9/+10
* re PR c++/5520 (Add a warning to detect empty body of if statements (like in ...Dirk Mueller2006-01-201-1/+1
* [multiple changes]Diego Novillo2006-01-181-8/+1343
* common.opt (ftoplevel-reorder): New option.Ian Lance Taylor2006-01-171-5/+2
* * c-parser.c (c_parser_objc_methodprotolist): Handle CPP_PRAGMA.Richard Henderson2006-01-051-0/+3
* directives.c (struct pragma_entry): Add is_deferred.Richard Henderson2006-01-041-39/+205
* target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm2005-12-161-0/+18
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther2005-12-021-2/+2
* re PR c/23439 ("f(){for" crashes the C frontend)Volker Reichelt2005-10-141-1/+2
* re PR objc/20574 (weird error message after a parse error)Andrew Pinski2005-09-081-0/+5
* re PR c/23143 (parameter forward declarations broken)Joseph Myers2005-07-301-0/+1
* c-tree.h (default_function_array_conversion): Take and return struct c_expr.Joseph Myers2005-06-291-39/+40
* Update FSF address.Kelley Cook2005-06-251-2/+2
* c-tree.h (default_function_array_conversion): Declare.Joseph Myers2005-06-151-41/+100
* exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek2005-06-061-3/+3
* c-parser.c (c_parser_parms_declarator): Don't use chainon().Geoffrey Keating2005-06-041-6/+7
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-3/+3
* c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie2005-05-241-2/+3
* c-tree.h (parser_build_unary_op): New prototype.Roger Sayle2005-05-091-48/+23
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-2/+2
* c-common.h (objc_build_method_signature): Update prototype.Roger Sayle2005-04-211-4/+3
* * c-parser.c (N_C_TTYPES): Remove.Kazu Hirata2005-04-171-3/+0
* re PR c/20672 (New C parser doesn't check whether functions that end files ar...Joseph Myers2005-03-291-1/+1
* c-common.c (c_common_truthvalue_conversion): Adjust comment.Joseph Myers2005-03-231-6/+8
* c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_...Joseph Myers2005-03-201-1/+0
* re PR c/20402 (gcc.dg/noncompile/920923-1.c ICE)Joseph Myers2005-03-131-1/+2
* c-tree.h (struct c_declarator): New id_loc field.Per Bothner2005-03-111-2/+2
* Various fixes to allow us to again build if --enable-mapped-location:Per Bothner2005-03-071-1/+1
* re PR c/8927 (Gcc give error for wrong line of C code.)Joseph Myers2005-03-021-1/+2
* re PR c/20245 (ICE on invalid function declaration)Joseph Myers2005-02-281-1/+1
* c-parser.c: New file.Joseph Myers2005-02-251-0/+6219