Age | Commit message (Expand) | Author | Files | Lines |
2019-02-22 | PR c/89425 - -Wabsolute-value warns in dead subexpressions | Martin Sebor | 1 | -0/+4 |
2019-02-22 | [C, C++] Use correct location information for OpenACC shape and simple clauses | Thomas Schwinge | 2 | -14/+21 |
2019-02-19 | re PR c/87924 (OpenACC wait clauses without async-arguments) | Chung-Lin Tang | 2 | -1/+15 |
2019-02-15 | re PR c/89340 (ICE in function_and_variable_visibility, at ipa-visibility.c:707) | Jakub Jelinek | 2 | -4/+10 |
2019-02-06 | re PR c/89211 (ICE in int_mode_for_mode, at stor-layout.c:403) | Jakub Jelinek | 2 | -4/+13 |
2019-02-06 | Fix type of extern array declared in inner scope with outer initialization sh... | Joseph Myers | 2 | -2/+13 |
2019-02-05 | re PR tree-optimization/88606 (ICE: verify_type failed (error: type variant d... | Richard Biener | 2 | -10/+17 |
2019-01-30 | re PR c/89061 (GCC 9 introduces false positive in -Wjump-misses-init) | Jakub Jelinek | 3 | -0/+21 |
2019-01-29 | re PR c/89045 (ICE in get_parm_info, at c/c-decl.c:7518) | Jakub Jelinek | 2 | -1/+5 |
2019-01-29 | re PR c/86125 (missing -Wbuiltin-declaration-mismatch on a mismatched return ... | Jakub Jelinek | 2 | -27/+56 |
2019-01-24 | PR c/86125 - missing -Wbuiltin-declaration-mismatch on a mismatched return type | Martin Sebor | 2 | -23/+106 |
2019-01-24 | re PR c++/88976 (ICE in fold_convert_loc, at fold-const.c:2552) | Jakub Jelinek | 2 | -0/+18 |
2019-01-18 | c-family: Update unaligned adress of packed member check | H.J. Lu | 2 | -4/+9 |
2019-01-17 | Improve the C error for mismatched array string literal initialization. | Tom Honermann | 2 | -24/+27 |
2019-01-12 | tree-ssa-loop-ivopts.c (find_inv_vars): Fix a comment typo. | Jakub Jelinek | 2 | -1/+5 |
2019-01-07 | re PR c/88701 (Internal compiler error for valid program using compound liter... | Jakub Jelinek | 2 | -1/+7 |
2019-01-07 | Fix diagnostics for never-defined inline and nested functions (PR c/88720, PR... | Joseph Myers | 2 | -2/+12 |
2019-01-07 | re PR c++/85052 (Implement support for clang's __builtin_convertvector) | Jakub Jelinek | 2 | -9/+48 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 19 | -19/+23 |
2018-12-20 | C/C++: Add -Waddress-of-packed-member | H.J. Lu | 2 | -1/+16 |
2018-12-19 | c/c++, asm: Use nicer error for const and restrict | Segher Boessenkool | 2 | -0/+11 |
2018-12-19 | c/c++, asm: Use nicer error for duplicate asm qualifiers | Segher Boessenkool | 4 | -23/+49 |
2018-12-19 | c/c++, asm: Write the asm-qualifier loop without "done" boolean | Segher Boessenkool | 2 | -34/+36 |
2018-12-19 | C++: improvements to binary operator diagnostics (PR c++/87504) | David Malcolm | 2 | -38/+11 |
2018-12-11 | re PR sanitizer/88426 (Compiler crash if use special code with command line s... | Jakub Jelinek | 2 | -0/+7 |
2018-12-08 | c: Delete a stray line in asm inline | Segher Boessenkool | 2 | -1/+5 |
2018-12-06 | asm inline | Segher Boessenkool | 4 | -7/+32 |
2018-12-06 | asm qualifiers (PR55681) | Segher Boessenkool | 2 | -31/+49 |
2018-12-04 | OpenACC wait list diagnostic change | Julian Brown | 2 | -8/+7 |
2018-11-30 | gimple-parser.c (c_parser_gimple_postfix_expression): Parse _Literal (type) {... | Richard Biener | 2 | -13/+81 |
2018-11-29 | PR c/88091 - c-c++-common/Wconversion-real.c etc. FAIL | Martin Sebor | 2 | -156/+178 |
2018-11-29 | PR c/88172 - attribute aligned of zero silently accepted but ignored | Martin Sebor | 2 | -2/+11 |
2018-11-23 | PR testsuite/88098 - FAIL: gcc.dg/Wbuiltin-declaration-mismatch-4.c | Martin Sebor | 2 | -2/+13 |
2018-11-20 | c-parser.c (c_parser_has_attribute_expression): New function. | Martin Sebor | 2 | -89/+258 |
2018-11-15 | PR c/83656 - missing -Wbuiltin-declaration-mismatch on declaration without pr... | Martin Sebor | 3 | -250/+544 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 5 | -15/+22 |
2018-11-09 | c-parser.c (c_parser_omp_clause_final): Use c_parser_expr_no_commas... | Jakub Jelinek | 2 | -11/+39 |
2018-11-09 | c-parser.c (c_parser_omp_clause_reduction): Call sorry_at on reduction clause... | Jakub Jelinek | 2 | -1/+8 |
2018-11-09 | c-parser.c (c_parser_omp_requires): Call sorry_at on requires clauses other t... | Jakub Jelinek | 2 | -0/+8 |
2018-11-09 | PR c/87795 - Excessive alignment permitted for functions and labels | Martin Sebor | 1 | -1/+1 |
2018-11-08 | builtin-types.def (BT_FN_VOID_BOOL, [...]): New. | Jakub Jelinek | 3 | -177/+1618 |
2018-10-29 | C++: simplify output from suggest_alternatives_for | David Malcolm | 3 | -18/+26 |
2018-10-18 | Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support. | Joseph Myers | 4 | -20/+91 |
2018-10-17 | Run selftests for C++ as well as C | David Malcolm | 2 | -0/+39 |
2018-10-02 | c-decl.c (warn_if_shadowing): Do not test DECL_FROM_INLINE. | Richard Biener | 2 | -3/+5 |
2018-09-26 | Support excess precision for integer / floating-point comparisons (PR c/87390). | Joseph Myers | 2 | -0/+20 |
2018-09-26 | [PR 87347] Prevent segfaults if TYPE_ARG_TYPES is NULL | Martin Jambor | 2 | -2/+11 |
2018-09-17 | Add range_idx param to range_label::get_text | David Malcolm | 3 | -3/+10 |
2018-09-17 | Add -Wabsolute-value | Martin Jambor | 2 | -6/+156 |
2018-09-13 | * c-typeck.c (digest_init): Shorten overlength strings. | Bernd Edlinger | 2 | -4/+15 |