summaryrefslogtreecommitdiff
path: root/gcc/c
Commit message (Expand)AuthorAgeFilesLines
* poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford2018-01-032-5/+16
* Update copyright years.Jakub Jelinek2018-01-0319-19/+23
* re PR c/83595 (ICE: in linemap_macro_map_lookup, at libcpp/line-map.c:1008 on...Jakub Jelinek2018-01-012-10/+20
* builtins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL): Add _Float<N> and _Fl...Michael Meissner2017-12-282-0/+11
* re PR debug/83550 (Bad location of DW_TAG_structure_type with forward declara...Jakub Jelinek2017-12-222-8/+13
* re PR debug/83547 ((statement-frontiers) error: void value not ignored as it ...Jakub Jelinek2017-12-222-10/+17
* extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou2017-12-222-24/+133
* read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek2017-12-193-15/+21
* invoke.texi: Document -Wcast-function-type.Bernd Edlinger2017-12-142-0/+69
* re PR middle-end/83415 (ICE during gimplification of assignment to read-only ...Richard Biener2017-12-142-1/+8
* re PR c/82679 (Uses of typedefs of arrays of _Atomic-qualified types are reje...Marek Polacek2017-12-122-1/+6
* [SFN] introduce statement frontier notes, still disabledAlexandre Oliva2017-12-124-1/+38
* Allow _Alignas in compound literals (C11 DR#444).Joseph Myers2017-12-075-12/+72
* PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor2017-12-072-1/+16
* C/C++: don't suggest implementation names as spelling fixes (PR c/83236)David Malcolm2017-12-062-0/+18
* Move macro-spellchecking code from "gcc" to new files in c-familyDavid Malcolm2017-12-062-0/+5
* invoke.texi: Document the options.Martin Liska2017-12-052-6/+36
* re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek2017-12-012-2/+10
* re PR c/83222 (Inconsistent "initializer element is not constant" error)Jakub Jelinek2017-12-014-7/+28
* spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek2017-11-302-1/+5
* re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek2017-11-282-0/+8
* Remove Cilk Plus support.Julia Koval2017-11-286-2512/+80
* tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek2017-11-282-1/+6
* Plugin support on Windows/MinGWBoris Kolpackov2017-11-262-1/+12
* c-parser.c (c_parser_omp_declare_simd): Reject declare simd in pragma_stmt co...Jakub Jelinek2017-11-232-1/+6
* generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou2017-11-232-6/+17
* C/C++: fix quoting of "aka" typedef information (PR 62170)David Malcolm2017-11-222-2/+17
* re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek2017-11-222-1/+11
* C: don't suggest names that came from earlier failures (PR c/83056)David Malcolm2017-11-212-0/+8
* New POINTER_DIFF_EXPRMarc Glisse2017-11-213-9/+22
* C/C++: more stdlib header hints (PR c/81404)David Malcolm2017-11-212-78/+14
* C: hints for missing stdlib includes for macros and typesDavid Malcolm2017-11-212-2/+97
* c-family: add name_hint/deferred_diagnosticDavid Malcolm2017-11-203-23/+49
* re PR c/66618 (Failure to diagnose non-constant initializer for static object...Jakub Jelinek2017-11-195-86/+142
* Add __builtin_tgmath for better tgmath.h implementation (bug 81156).Joseph Myers2017-11-152-0/+571
* diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm2017-10-314-55/+65
* gimple-parser.c (c_parser_gimple_statement): Parse conditional stmts.Richard Biener2017-10-302-0/+22
* builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...Michael Meissner2017-10-272-0/+11
* C: detect more missing semicolons (PR c/7356)David Malcolm2017-10-252-5/+37
* re PR libstdc++/81706 (std::sin vectorization bug)Jakub Jelinek2017-10-252-0/+8
* re PR c++/82466 (Missing warning for re-declaration of built-in function as v...Paolo Carlini2017-10-242-1/+8
* Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist2017-10-201-2/+2
* C/C++: add fix-it hints for various missing symbolsDavid Malcolm2017-10-123-5/+33
* [PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell2017-10-112-1/+6
* Require wi::to_wide for treesRichard Sandiford2017-10-103-4/+11
* C: underline parameters in mismatching function callsDavid Malcolm2017-10-045-30/+115
* c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...Jakub Jelinek2017-09-292-2/+8
* re PR c/82340 (volatile ignored in compound literal)Jakub Jelinek2017-09-292-3/+7
* Fix condition folding in c_parser_omp_for_loopTom de Vries2017-09-162-1/+14
* Implement C11 excess precision semantics for conversions (PR c/82071).Joseph Myers2017-09-152-2/+37