aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2018-01-31re PR c/81779 (bool define from stdbool.h suppresses -Wdeclaration-after-stat...Marek Polacek2-0/+7
2018-01-17C++: Fix crash in warn_for_memset within templates (PR c++/83814)David Malcolm2-0/+16
2018-01-13re PR c/83801 ([avr] String constant in __flash not put into .progmem)Jakub Jelinek4-7/+28
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford2-5/+16
2018-01-03Update copyright years.Jakub Jelinek19-19/+23
2018-01-01re PR c/83595 (ICE: in linemap_macro_map_lookup, at libcpp/line-map.c:1008 on...Jakub Jelinek2-10/+20
2017-12-28builtins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL): Add _Float<N> and _Fl...Michael Meissner2-0/+11
2017-12-22re PR debug/83550 (Bad location of DW_TAG_structure_type with forward declara...Jakub Jelinek2-8/+13
2017-12-22re PR debug/83547 ((statement-frontiers) error: void value not ignored as it ...Jakub Jelinek2-10/+17
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou2-24/+133
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek3-15/+21
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger2-0/+69
2017-12-14re PR middle-end/83415 (ICE during gimplification of assignment to read-only ...Richard Biener2-1/+8
2017-12-12re PR c/82679 (Uses of typedefs of arrays of _Atomic-qualified types are reje...Marek Polacek2-1/+6
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva4-1/+38
2017-12-07Allow _Alignas in compound literals (C11 DR#444).Joseph Myers5-12/+72
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor2-1/+16
2017-12-06C/C++: don't suggest implementation names as spelling fixes (PR c/83236)David Malcolm2-0/+18
2017-12-06Move macro-spellchecking code from "gcc" to new files in c-familyDavid Malcolm2-0/+5
2017-12-05invoke.texi: Document the options.Martin Liska2-6/+36
2017-12-01re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek2-2/+10
2017-12-01re PR c/83222 (Inconsistent "initializer element is not constant" error)Jakub Jelinek4-7/+28
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek2-1/+5
2017-11-28re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek2-0/+8
2017-11-28Remove Cilk Plus support.Julia Koval6-2512/+80
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek2-1/+6
2017-11-26Plugin support on Windows/MinGWBoris Kolpackov2-1/+12
2017-11-23c-parser.c (c_parser_omp_declare_simd): Reject declare simd in pragma_stmt co...Jakub Jelinek2-1/+6
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou2-6/+17
2017-11-22C/C++: fix quoting of "aka" typedef information (PR 62170)David Malcolm2-2/+17
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek2-1/+11
2017-11-21C: don't suggest names that came from earlier failures (PR c/83056)David Malcolm2-0/+8
2017-11-21New POINTER_DIFF_EXPRMarc Glisse3-9/+22
2017-11-21C/C++: more stdlib header hints (PR c/81404)David Malcolm2-78/+14
2017-11-21C: hints for missing stdlib includes for macros and typesDavid Malcolm2-2/+97
2017-11-20c-family: add name_hint/deferred_diagnosticDavid Malcolm3-23/+49
2017-11-19re PR c/66618 (Failure to diagnose non-constant initializer for static object...Jakub Jelinek5-86/+142
2017-11-15Add __builtin_tgmath for better tgmath.h implementation (bug 81156).Joseph Myers2-0/+571
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm4-55/+65
2017-10-30gimple-parser.c (c_parser_gimple_statement): Parse conditional stmts.Richard Biener2-0/+22
2017-10-27builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...Michael Meissner2-0/+11
2017-10-25C: detect more missing semicolons (PR c/7356)David Malcolm2-5/+37
2017-10-25re PR libstdc++/81706 (std::sin vectorization bug)Jakub Jelinek2-0/+8
2017-10-24re PR c++/82466 (Missing warning for re-declaration of built-in function as v...Paolo Carlini2-1/+8
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-2/+2
2017-10-12C/C++: add fix-it hints for various missing symbolsDavid Malcolm3-5/+33
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell2-1/+6
2017-10-10Require wi::to_wide for treesRichard Sandiford3-4/+11
2017-10-04C: underline parameters in mismatching function callsDavid Malcolm5-30/+115
2017-09-29c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...Jakub Jelinek2-2/+8