summaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson2007-02-101-3/+0
* re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2006-12-161-2/+2
* c-opts.c (c_common_parse_file): Unconditionally give a warning, suitable for ...Zack Weinberg2006-12-101-24/+0
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-5/+5
* re PR c/29955 (ICE with -fopenmp -fexceptions)Jakub Jelinek2006-11-241-0/+6
* Revert emutls patch.Richard Henderson2006-10-091-0/+3
* Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson2006-10-041-3/+0
* re PR c/28504 (ICE with variable sized array)Joseph Myers2006-09-091-0/+5
* [multiple changes]Paolo Bonzini2006-08-171-2/+2
* re PR c/28280 (bogus "statement with no effect" warning with VLA and typeof)Mike Stump2006-08-151-1/+13
* re PR c/28649 (Poor error recovery of C parser)Volker Reichelt2006-08-151-0/+2
* re PR c/28136 (ICE with incomplete array type)Volker Reichelt2006-08-051-1/+1
* revert: re PR c/28280 (bogus "statement with no effect" warning with VLA and ...Mike Stump2006-07-151-13/+1
* re PR c/28280 (bogus "statement with no effect" warning with VLA and typeof)Mike Stump2006-07-121-1/+13
* c-parser.c (c_parser_skip_to_end_of_block_or_statement): Add a default case t...Roger Sayle2006-07-071-0/+3
* re PR c++/26559 (ICE with __builtin_constant_p in template argument)Mark Mitchell2006-06-151-1/+4
* re PR c/27673 (Gcc failed to bootstrap on Linux)Mike Stump2006-05-191-0/+5
* Whitespace fixupsMike Stump2006-05-181-1/+1
* Fix up vla, vm and [*] sematics.Mike Stump2006-05-181-1/+16
* re PR middle-end/27415 (Iteration var in firstprivate or reduction clauses no...Jakub Jelinek2006-05-171-0/+2
* c-parser.c (c_parser_cast_expression): Only insert casts into hash table if p...Aldy Hernandez2006-05-051-2/+1
* re PR c/27358 (ICE with invalid variable after #pragma omp parallel)Richard Henderson2006-05-011-44/+73
* re PR c/25996 ([gomp] ICE on undefined iteration variable)Jakub Jelinek2006-04-261-1/+1
* 20060410.c: New.Aldy Hernandez2006-04-111-0/+5
* 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