aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-08re PR middle-end/39614 (Internal error compiling CSiBE)Joseph Myers1-1/+1
2009-04-01re PR c/37772 (ICE with empty asm statement)Jakub Jelinek1-0/+6
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-0/+8
2009-03-29re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers1-42/+107
2009-03-28re PR c++/39554 (-Wdisallowed-function-list fails when #including <algorithm>)Jakub Jelinek1-2/+0
2009-03-23re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek1-1/+15
2009-02-18re PR c/35447 (ICE with broken statement expression)Joseph Myers1-1/+7
2009-02-16re PR c/35446 (ICE with invalid array initializer)Joseph Myers1-0/+1
2009-02-13re PR c/35444 (ICE with invalid function declaration)Joseph Myers1-0/+2
2009-02-04re PR c/29129 ([DR#341] unnamed parameters using [*])Joseph Myers1-7/+0
2009-02-03re PR inline-asm/39059 (ICE with fixed-point type in inline-asm)Jakub Jelinek1-0/+11
2009-01-12re PR c/32041 (offsetof buglet)Jakub Jelinek1-2/+13
2009-01-01re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with ...Jakub Jelinek1-4/+4
2008-12-05PR c/38416, make pragma_kind 8 bitsMichael Meissner1-1/+1
2008-12-05c-parser.c (c_parser_enum_specifier): Initialise ident_loc and comma_loc.Ben Elliston1-4/+4
2008-10-17c-parser.c (c_parser_binary_expression): Silence the uninitialized variable w...Andreas Krebbel1-1/+1
2008-10-06c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez1-16/+26
2008-09-30c-common.c (empty_if_body_warning): Remove.Paolo Bonzini1-0/+7
2008-09-24c-common.c (fname_decl): New location argument.Aldy Hernandez1-53/+59
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-7/+16
2008-09-09function.h (struct function): Add function_start_locus.Aldy Hernandez1-2/+2
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-14/+20
2008-08-21c-tree.h (grokfield): New argument.Aldy Hernandez1-2/+5
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-62/+42
2008-08-20re PR c/37171 (Canonical spelling optimization dependency)Jakub Jelinek1-1/+6
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