]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-parser.c
Change copyright header to refer to version 3 of the GNU General Public License and...
[thirdparty/gcc.git] / gcc / c-parser.c
2007-07-26  Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-03  Tom Tromeyc-parser.c (objc_pq_context): Removed.
2007-06-04  Tom Tromeyc-tree.h (start_enum): Update.
2007-03-14  Dirk Muellerc-common.h (empty_body_warning): Rename to empty_if_bod...
2007-02-10  Richard HendersonMakefile.in (libgcc-support, [...]): Add emutls.c.
2006-12-16  Manuel López-Ibáñezre PR middle-end/7651 (Define -Wextra strictly in terms...
2006-12-10  Zack Weinbergc-opts.c (c_common_parse_file): Unconditionally give...
2006-12-05  Aldy HernandezMerge gimple-tuples-branch into mainline.
2006-11-24  Jakub Jelinekre PR c/29955 (ICE with -fopenmp -fexceptions)
2006-10-09  Richard HendersonRevert emutls patch.
2006-10-04  Richard HendersonMakefile.in (libgcc.mk, [...]): Add emutls.c.
2006-09-08  Joseph Myersre PR c/28504 (ICE with variable sized array)
2006-08-17  Paolo Bonzini[multiple changes]
2006-08-15  Mike Stumpre PR c/28280 (bogus "statement with no effect" warning...
2006-08-15  Volker Reicheltre PR c/28649 (Poor error recovery of C parser)
2006-08-05  Volker Reicheltre PR c/28136 (ICE with incomplete array type)
2006-07-15  Mike Stumprevert: re PR c/28280 (bogus "statement with no effect...
2006-07-12  Mike Stumpre PR c/28280 (bogus "statement with no effect" warning...
2006-07-07  Roger Saylec-parser.c (c_parser_skip_to_end_of_block_or_statement...
2006-06-15  Mark Mitchellre PR c++/26559 (ICE with __builtin_constant_p in templ...
2006-05-19  Mike Stumpre PR c/27673 (Gcc failed to bootstrap on Linux)
2006-05-18  Mike StumpWhitespace fixups
2006-05-18  Mike StumpFix up vla, vm and [*] sematics.
2006-05-17  Jakub Jelinekre PR middle-end/27415 (Iteration var in firstprivate...
2006-05-05  Aldy Hernandezc-parser.c (c_parser_cast_expression): Only insert...
2006-05-01  Richard Hendersonre PR c/27358 (ICE with invalid variable after #pragma...
2006-04-26  Jakub Jelinekre PR c/25996 ([gomp] ICE on undefined iteration variable)
2006-04-11  Aldy Hernandez20060410.c: New.
2006-01-26  Diego Novillore PR middle-end/25886 (up to 256 tree codes for Object...
2006-01-20  Dirk Muellerre PR c++/5520 (Add a warning to detect empty body...
2006-01-18  Diego Novillo[multiple changes]
2006-01-17  Ian Lance Taylorcommon.opt (ftoplevel-reorder): New option.
2006-01-05  Richard Henderson* c-parser.c (c_parser_objc_methodprotolist): Handle...
2006-01-04  Richard Hendersondirectives.c (struct pragma_entry): Add is_deferred.
2005-12-16  Jon Grimmtarget-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.
2005-12-02  Richard Guenthertree-ssa-loop-im.c (schedule_sm): Use buildN instead...
2005-10-14  Volker Reicheltre PR c/23439 ("f(){for" crashes the C frontend)
2005-09-08  Andrew Pinskire PR objc/20574 (weird error message after a parse...
2005-07-30  Joseph Myersre PR c/23143 (parameter forward declarations broken)
2005-06-29  Joseph Myersc-tree.h (default_function_array_conversion): Take...
2005-06-25  Kelley CookUpdate FSF address.
2005-06-15  Joseph Myersc-tree.h (default_function_array_conversion): Declare.
2005-06-06  Jakub Jelinekexgettext: Handle gmsgid and cmsgid arguments specially...
2005-06-04  Geoffrey Keatingc-parser.c (c_parser_parms_declarator): Don't use chain...
2005-05-26  Kazu Hiratac-common.c, [...]: Fix comment typos.
2005-05-25  DJ Deloriec-common.c (unsigned_conversion_warning): Move warning...
2005-05-09  Roger Saylec-tree.h (parser_build_unary_op): New prototype.
2005-04-23  DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-21  Roger Saylec-common.h (objc_build_method_signature): Update prototype.
2005-04-17  Kazu Hirata* c-parser.c (N_C_TTYPES): Remove.
2005-03-29  Joseph Myersre PR c/20672 (New C parser doesn't check whether funct...
2005-03-23  Joseph Myersc-common.c (c_common_truthvalue_conversion): Adjust...
2005-03-20  Joseph Myersc-common.c (handle_aligned_attribute, [...]): Do not...
2005-03-13  Joseph Myersre PR c/20402 (gcc.dg/noncompile/920923-1.c ICE)
2005-03-12  Per Bothnerc-tree.h (struct c_declarator): New id_loc field.
2005-03-07  Per BothnerVarious fixes to allow us to again build if --enable...
2005-03-02  Joseph Myersre PR c/8927 (Gcc give error for wrong line of C code.)
2005-02-28  Joseph Myersre PR c/20245 (ICE on invalid function declaration)
2005-02-25  Joseph Myersc-parser.c: New file.