Age | Commit message (Expand) | Author | Files | Lines |
2009-01-01 | re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with ... | Jakub Jelinek | 1 | -4/+4 |
2008-12-05 | PR c/38416, make pragma_kind 8 bits | Michael Meissner | 1 | -1/+1 |
2008-12-05 | c-parser.c (c_parser_enum_specifier): Initialise ident_loc and comma_loc. | Ben Elliston | 1 | -4/+4 |
2008-10-17 | c-parser.c (c_parser_binary_expression): Silence the uninitialized variable w... | Andreas Krebbel | 1 | -1/+1 |
2008-10-06 | c-decl.c (finish_decl): Pass input_location to build_unary_op. | Aldy Hernandez | 1 | -16/+26 |
2008-09-30 | c-common.c (empty_if_body_warning): Remove. | Paolo Bonzini | 1 | -0/+7 |
2008-09-24 | c-common.c (fname_decl): New location argument. | Aldy Hernandez | 1 | -53/+59 |
2008-09-23 | c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b... | Aldy Hernandez | 1 | -7/+16 |
2008-09-09 | function.h (struct function): Add function_start_locus. | Aldy Hernandez | 1 | -2/+2 |
2008-09-01 | tree.c (protected_set_expr_location): New. | Aldy Hernandez | 1 | -14/+20 |
2008-08-21 | c-tree.h (grokfield): New argument. | Aldy Hernandez | 1 | -2/+5 |
2008-08-21 | diagnostic.c (pedwarn_at): Rename as pedwarn. | Manuel López-Ibáñez | 1 | -62/+42 |
2008-08-20 | re PR c/37171 (Canonical spelling optimization dependency) | Jakub Jelinek | 1 | -1/+6 |
2008-08-18 | re PR preprocessor/7263 (__extension__ keyword doesn't suppress warning on LL... | Manuel López-Ibáñez | 1 | -5/+14 |
2008-08-14 | re PR c++/28152 (Diagnostic about wrong use _Complex prints __complex__) | Manuel López-Ibáñez | 1 | -2/+0 |
2008-08-13 | re PR c/15236 (pedantic switch modifies treatment of non-ISO compliant enumer... | Manuel López-Ibáñez | 1 | -1/+6 |
2008-08-09 | re PR c++/17880 (-Wsequence-point doesn't warn inside if, while, do condition... | Manuel López-Ibáñez | 1 | -11/+19 |
2008-07-23 | re PR c/35058 (-Werror= works only with some warnings) | Manuel López-Ibáñez | 1 | -66/+66 |
2008-07-21 | Makefile.in: Replace toplev.h with TOPLEV_H. | Rafael Avila de Espindola | 1 | -4/+0 |
2008-07-11 | c-common.h (enum rid): Add RID_CXX_COMPAT_WARN. | Ian Lance Taylor | 1 | -145/+44 |
2008-07-09 | invoke.texi (Option Summary): Mention new option -Wdisallowed-function-list=... | Raksit Ashok | 1 | -0/+2 |
2008-06-22 | c-lex.c (narrowest_unsigned_type): Change itk to int. | Ian Lance Taylor | 1 | -10/+12 |
2008-06-06 | c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. | Jakub Jelinek | 1 | -60/+333 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -1/+1 |
2008-04-18 | cpp-id-data.h (UC): Was U, conflicts with U... | Kris Van Hees | 1 | -0/+4 |
2008-04-03 | re PR c/35738 (ICE with #pragma omp atomic and conversion from pointer to int) | Jakub Jelinek | 1 | -1/+4 |
2008-04-03 | c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete. | Paolo Bonzini | 1 | -3/+3 |
2008-03-29 | * c-parser.c (c_parser_next_token_is_keyword): Simplify. | Volker Reichelt | 1 | -6/+1 |
2008-03-10 | re PR c/35438 (ICE with invalid use of threadprivate) | Jakub Jelinek | 1 | -2/+7 |
2008-02-26 | re PR c/28800 (warning "ISO C forbids an empty source file" could be improved) | Ralf Wildenhues | 1 | -1/+1 |
2008-01-22 | re PR c++/34607 (ICE with invalid for loop after #pragma omp for) | Jakub Jelinek | 1 | -1/+3 |
2007-12-17 | re PR c/34506 (gcc disallows comma between C/C++ OpenMP clauses) | Jakub Jelinek | 1 | -2/+10 |
2007-12-04 | c-parser (c_parser_statement_after_labels): Move error from here... | Manuel López-Ibáñez | 1 | -11/+14 |
2007-11-26 | re PR c/23722 (bad error recovery with if blocks and else) | Manuel López-Ibáñez | 1 | -9/+65 |
2007-11-22 | re PR c/14050 ([DR289] c99 restrict doesn't work in abs declarator) | Joseph Myers | 1 | -1/+1 |
2007-11-08 | c-parser.c (c_parser_translation_unit): Use location in error. | Tom Tromey | 1 | -52/+113 |
2007-11-03 | re PR c/29062 (unclear diagnostic for declaration after label) | Manuel López-Ibáñez | 1 | -0/+8 |
2007-11-01 | c-decl.c (grokdeclarator): Set decl source locations. | Tom Tromey | 1 | -1/+9 |
2007-09-13 | c-common.c (fname_as_string): Update. | Tom Tromey | 1 | -25/+29 |
2007-09-13 | c-parser.c (c_parser_struct_declaration): Check for a null return. | Richard Sandiford | 1 | -1/+2 |
2007-09-12 | c-tree.h (grokfield): Add a "tree *" argument. | Richard Sandiford | 1 | -2/+5 |
2007-08-20 | c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ... | Chao-ying Fu | 1 | -0/+21 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-03 | c-parser.c (objc_pq_context): Removed. | Tom Tromey | 1 | -29/+25 |
2007-06-04 | c-tree.h (start_enum): Update. | Tom Tromey | 1 | -3/+4 |
2007-03-14 | c-common.h (empty_body_warning): Rename to empty_if_body_warning. | Dirk Mueller | 1 | -1/+4 |
2007-02-10 | Makefile.in (libgcc-support, [...]): Add emutls.c. | Richard Henderson | 1 | -3/+0 |
2006-12-16 | re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags) | Manuel López-Ibáñez | 1 | -2/+2 |
2006-12-10 | c-opts.c (c_common_parse_file): Unconditionally give a warning, suitable for ... | Zack Weinberg | 1 | -24/+0 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -5/+5 |