aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-18re PR preprocessor/7263 (__extension__ keyword doesn't suppress warning on LL...Manuel López-Ibáñez1-5/+14
2008-08-14re PR c++/28152 (Diagnostic about wrong use _Complex prints __complex__)Manuel López-Ibáñez1-2/+0
2008-08-13re PR c/15236 (pedantic switch modifies treatment of non-ISO compliant enumer...Manuel López-Ibáñez1-1/+6
2008-08-09re PR c++/17880 (-Wsequence-point doesn't warn inside if, while, do condition...Manuel López-Ibáñez1-11/+19
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-66/+66
2008-07-21Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola1-4/+0
2008-07-11c-common.h (enum rid): Add RID_CXX_COMPAT_WARN.Ian Lance Taylor1-145/+44
2008-07-09invoke.texi (Option Summary): Mention new option -Wdisallowed-function-list=...Raksit Ashok1-0/+2
2008-06-22c-lex.c (narrowest_unsigned_type): Change itk to int.Ian Lance Taylor1-10/+12
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-60/+333
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-1/+1
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-0/+4
2008-04-03re PR c/35738 (ICE with #pragma omp atomic and conversion from pointer to int)Jakub Jelinek1-1/+4
2008-04-03c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini1-3/+3
2008-03-29* c-parser.c (c_parser_next_token_is_keyword): Simplify.Volker Reichelt1-6/+1
2008-03-10re PR c/35438 (ICE with invalid use of threadprivate)Jakub Jelinek1-2/+7
2008-02-26re PR c/28800 (warning "ISO C forbids an empty source file" could be improved)Ralf Wildenhues1-1/+1
2008-01-22re PR c++/34607 (ICE with invalid for loop after #pragma omp for)Jakub Jelinek1-1/+3
2007-12-17re PR c/34506 (gcc disallows comma between C/C++ OpenMP clauses)Jakub Jelinek1-2/+10
2007-12-04c-parser (c_parser_statement_after_labels): Move error from here...Manuel López-Ibáñez1-11/+14
2007-11-26re PR c/23722 (bad error recovery with if blocks and else)Manuel López-Ibáñez1-9/+65
2007-11-22re PR c/14050 ([DR289] c99 restrict doesn't work in abs declarator)Joseph Myers1-1/+1
2007-11-08c-parser.c (c_parser_translation_unit): Use location in error.Tom Tromey1-52/+113
2007-11-03re PR c/29062 (unclear diagnostic for declaration after label)Manuel López-Ibáñez1-0/+8
2007-11-01c-decl.c (grokdeclarator): Set decl source locations.Tom Tromey1-1/+9
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