aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-13c-common.c (fname_as_string): Update.Tom Tromey1-25/+29
2007-09-13c-parser.c (c_parser_struct_declaration): Check for a null return.Richard Sandiford1-1/+2
2007-09-12c-tree.h (grokfield): Add a "tree *" argument.Richard Sandiford1-2/+5
2007-08-20c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...Chao-ying Fu1-0/+21
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-03c-parser.c (objc_pq_context): Removed.Tom Tromey1-29/+25
2007-06-04c-tree.h (start_enum): Update.Tom Tromey1-3/+4
2007-03-14c-common.h (empty_body_warning): Rename to empty_if_body_warning.Dirk Mueller1-1/+4
2007-02-10Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson1-3/+0
2006-12-16re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-2/+2
2006-12-10c-opts.c (c_common_parse_file): Unconditionally give a warning, suitable for ...Zack Weinberg1-24/+0
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-5/+5
2006-11-24re PR c/29955 (ICE with -fopenmp -fexceptions)Jakub Jelinek1-0/+6
2006-10-09Revert emutls patch.Richard Henderson1-0/+3
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson1-3/+0
2006-09-09re PR c/28504 (ICE with variable sized array)Joseph Myers1-0/+5
2006-08-17[multiple changes]Paolo Bonzini1-2/+2
2006-08-15re PR c/28280 (bogus "statement with no effect" warning with VLA and typeof)Mike Stump1-1/+13
2006-08-15re PR c/28649 (Poor error recovery of C parser)Volker Reichelt1-0/+2
2006-08-05re PR c/28136 (ICE with incomplete array type)Volker Reichelt1-1/+1
2006-07-15revert: re PR c/28280 (bogus "statement with no effect" warning with VLA and ...Mike Stump1-13/+1
2006-07-12re PR c/28280 (bogus "statement with no effect" warning with VLA and typeof)Mike Stump1-1/+13
2006-07-07c-parser.c (c_parser_skip_to_end_of_block_or_statement): Add a default case t...Roger Sayle1-0/+3
2006-06-15re PR c++/26559 (ICE with __builtin_constant_p in template argument)Mark Mitchell1-1/+4
2006-05-19re PR c/27673 (Gcc failed to bootstrap on Linux)Mike Stump1-0/+5
2006-05-18Whitespace fixupsMike Stump1-1/+1
2006-05-18Fix up vla, vm and [*] sematics.Mike Stump1-1/+16
2006-05-17re PR middle-end/27415 (Iteration var in firstprivate or reduction clauses no...Jakub Jelinek1-0/+2
2006-05-05c-parser.c (c_parser_cast_expression): Only insert casts into hash table if p...Aldy Hernandez1-2/+1
2006-05-01re PR c/27358 (ICE with invalid variable after #pragma omp parallel)Richard Henderson1-44/+73
2006-04-26re PR c/25996 ([gomp] ICE on undefined iteration variable)Jakub Jelinek1-1/+1
2006-04-1120060410.c: New.Aldy Hernandez1-0/+5
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