aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2019-02-05re PR tree-optimization/88606 (ICE: verify_type failed (error: type variant d...Richard Biener1-0/+6
2019-01-30re PR c/89061 (GCC 9 introduces false positive in -Wjump-misses-init)Jakub Jelinek1-0/+8
2019-01-29re PR c/89045 (ICE in get_parm_info, at c/c-decl.c:7518)Jakub Jelinek1-0/+4
2019-01-29re PR c/86125 (missing -Wbuiltin-declaration-mismatch on a mismatched return ...Jakub Jelinek1-0/+13
2019-01-24PR c/86125 - missing -Wbuiltin-declaration-mismatch on a mismatched return typeMartin Sebor1-0/+9
2019-01-24re PR c++/88976 (ICE in fold_convert_loc, at fold-const.c:2552)Jakub Jelinek1-0/+6
2019-01-18c-family: Update unaligned adress of packed member checkH.J. Lu1-0/+7
2019-01-17Improve the C error for mismatched array string literal initialization.Tom Honermann1-0/+7
2019-01-12tree-ssa-loop-ivopts.c (find_inv_vars): Fix a comment typo.Jakub Jelinek1-0/+4
2019-01-07re PR c/88701 (Internal compiler error for valid program using compound liter...Jakub Jelinek1-0/+6
2019-01-07Fix diagnostics for never-defined inline and nested functions (PR c/88720, PR...Joseph Myers1-0/+9
2019-01-07re PR c++/85052 (Implement support for clang's __builtin_convertvector)Jakub Jelinek1-0/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+5
2018-12-20C/C++: Add -Waddress-of-packed-memberH.J. Lu1-0/+6
2018-12-19c/c++, asm: Use nicer error for const and restrictSegher Boessenkool1-0/+5
2018-12-19c/c++, asm: Use nicer error for duplicate asm qualifiersSegher Boessenkool1-0/+9
2018-12-19c/c++, asm: Write the asm-qualifier loop without "done" booleanSegher Boessenkool1-0/+5
2018-12-19C++: improvements to binary operator diagnostics (PR c++/87504)David Malcolm1-0/+8
2018-12-11re PR sanitizer/88426 (Compiler crash if use special code with command line s...Jakub Jelinek1-0/+6
2018-12-08c: Delete a stray line in asm inlineSegher Boessenkool1-0/+5
2018-12-06asm inlineSegher Boessenkool1-0/+8
2018-12-06asm qualifiers (PR55681)Segher Boessenkool1-0/+6
2018-12-04OpenACC wait list diagnostic changeJulian Brown1-0/+7
2018-11-30gimple-parser.c (c_parser_gimple_postfix_expression): Parse _Literal (type) {...Richard Biener1-0/+5
2018-11-29PR c/88091 - c-c++-common/Wconversion-real.c etc. FAILMartin Sebor1-0/+7
2018-11-29PR c/88172 - attribute aligned of zero silently accepted but ignoredMartin Sebor1-0/+6
2018-11-23PR testsuite/88098 - FAIL: gcc.dg/Wbuiltin-declaration-mismatch-4.cMartin Sebor1-0/+6
2018-11-20c-parser.c (c_parser_has_attribute_expression): New function.Martin Sebor1-0/+7
2018-11-15PR c/83656 - missing -Wbuiltin-declaration-mismatch on declaration without pr...Martin Sebor1-0/+16
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-0/+7
2018-11-09c-parser.c (c_parser_omp_clause_final): Use c_parser_expr_no_commas...Jakub Jelinek1-0/+13
2018-11-09c-parser.c (c_parser_omp_clause_reduction): Call sorry_at on reduction clause...Jakub Jelinek1-0/+3
2018-11-09c-parser.c (c_parser_omp_requires): Call sorry_at on requires clauses other t...Jakub Jelinek1-0/+5
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-0/+87
2018-10-29C++: simplify output from suggest_alternatives_forDavid Malcolm1-0/+8
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers1-0/+10
2018-10-17Run selftests for C++ as well as CDavid Malcolm1-0/+7
2018-10-02c-decl.c (warn_if_shadowing): Do not test DECL_FROM_INLINE.Richard Biener1-0/+4
2018-09-26Support excess precision for integer / floating-point comparisons (PR c/87390).Joseph Myers1-0/+6
2018-09-26[PR 87347] Prevent segfaults if TYPE_ARG_TYPES is NULLMartin Jambor1-0/+6
2018-09-17Add range_idx param to range_label::get_textDavid Malcolm1-0/+7
2018-09-17Add -Wabsolute-valueMartin Jambor1-0/+6
2018-09-13* c-typeck.c (digest_init): Shorten overlength strings.Bernd Edlinger1-0/+4
2018-09-06varasm.c (output_constructor_regular_field): Check TYPE_SIZE_UNIT of the init...Bernd Edlinger1-0/+4
2018-09-02c-common.c (braced_list_to_string): Remove eval parameter.Bernd Edlinger1-0/+5
2018-08-30gimplefe: expose MULT_HIGHPART_EXPRAlexander Monakov1-0/+5
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska1-5/+5
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm1-0/+9
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-0/+15
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+23