aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-11-28re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek1-0/+6
2017-11-28Remove Cilk Plus support.Julia Koval1-0/+28
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-0/+5
2017-11-26Plugin support on Windows/MinGWBoris Kolpackov1-0/+4
2017-11-23c-parser.c (c_parser_omp_declare_simd): Reject declare simd in pragma_stmt co...Jakub Jelinek1-0/+5
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-0/+8
2017-11-22C/C++: fix quoting of "aka" typedef information (PR 62170)David Malcolm1-0/+7
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek1-0/+7
2017-11-21C: don't suggest names that came from earlier failures (PR c/83056)David Malcolm1-0/+6
2017-11-21New POINTER_DIFF_EXPRMarc Glisse1-0/+5
2017-11-21C/C++: more stdlib header hints (PR c/81404)David Malcolm1-0/+10
2017-11-21C: hints for missing stdlib includes for macros and typesDavid Malcolm1-0/+7
2017-11-20c-family: add name_hint/deferred_diagnosticDavid Malcolm1-0/+17
2017-11-19re PR c/66618 (Failure to diagnose non-constant initializer for static object...Jakub Jelinek1-0/+20
2017-11-15Add __builtin_tgmath for better tgmath.h implementation (bug 81156).Joseph Myers1-0/+7
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-0/+16
2017-10-30gimple-parser.c (c_parser_gimple_statement): Parse conditional stmts.Richard Biener1-0/+5
2017-10-27builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...Michael Meissner1-0/+5
2017-10-25C: detect more missing semicolons (PR c/7356)David Malcolm1-0/+6
2017-10-25re PR libstdc++/81706 (std::sin vectorization bug)Jakub Jelinek1-0/+6
2017-10-24re PR c++/82466 (Missing warning for re-declaration of built-in function as v...Paolo Carlini1-0/+6
2017-10-12C/C++: add fix-it hints for various missing symbolsDavid Malcolm1-0/+10
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell1-0/+4
2017-10-10Require wi::to_wide for treesRichard Sandiford1-0/+7
2017-10-04C: underline parameters in mismatching function callsDavid Malcolm1-0/+19
2017-09-29c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...Jakub Jelinek1-0/+5
2017-09-29re PR c/82340 (volatile ignored in compound literal)Jakub Jelinek1-0/+6
2017-09-16Fix condition folding in c_parser_omp_for_loopTom de Vries1-0/+6
2017-09-15Implement C11 excess precision semantics for conversions (PR c/82071).Joseph Myers1-0/+9
2017-09-15common.opt (Wcast-align=strict): New warning option.Bernd Edlinger1-0/+4
2017-09-13re PR c/82167 (Segmentation fault when dereferencing the address of an array ...Marek Polacek1-0/+6
2017-09-12c-common.c (field_decl_cmp, [...]): Move to c/c-decl.c.Nathan Sidwell1-0/+6
2017-09-01Fix excess precision handling of compound assignments (PR c/82071).Joseph Myers1-0/+12
2017-09-01re PR c/81887 (pragma omp ordered simd ignored under -fopenmp-simd)Jakub Jelinek1-0/+5
2017-08-30[65/77] Add a SCALAR_TYPE_MODE macroRichard Sandiford1-0/+9
2017-08-24C: fix logic within c_expr::get_locationDavid Malcolm1-0/+6
2017-08-21C: use full locations within c_parser_expr_list's vec<location_t>David Malcolm1-0/+6
2017-08-21c-family/c/c++: pass optional vec<location_t> to c-format.cDavid Malcolm1-0/+5
2017-08-18c-parser.c (c_parser_postfix_expression): Remove unused code.Marek Polacek1-0/+5
2017-08-18Add warn_if_not_aligned attributeH.J. Lu1-0/+7
2017-08-14PR c/81117 - Improve buffer overflow checking in strncpy - part 1Martin Sebor1-0/+5
2017-08-11re PR c/81795 (Stray "originally defined here" when using -Wc++-compat with #...Marek Polacek1-0/+6
2017-08-10C/C++: show pertinent open token when missing a close tokenDavid Malcolm1-0/+84
2017-08-09Boolify some parameters.Marek Polacek1-0/+17
2017-08-09re PR c/81233 (--Wdiscarded-qualifiers and Wincompatible-pointer-types missin...Marek Polacek1-0/+8
2017-08-09re PR c/81417 (-Wsign-compare should print types being compared)Marek Polacek1-0/+12
2017-08-08trans.c: Include header files.Martin Liska1-0/+5
2017-08-07Canonicalize names of attributes.Martin Liska1-0/+5
2017-08-02re PR c/81448 (False positive -Werror=multistatement-macros in openssl)Marek Polacek1-0/+5
2017-08-02re PR c/81289 (ICE in libcpp/line-map.c)Marek Polacek1-1/+6