aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)Author
2019-02-22Update ChangeLog and version files for releasereleases/gcc-8.3.0GCC Administrator
2019-02-07backport: re PR c/89211 (ICE in int_mode_for_mode, at stor-layout.c:403)Jakub Jelinek
2019-01-15Fix diagnostics for never-defined inline and nested functions (PR c/88720, PR...Joseph Myers
2019-01-08backport: re PR sanitizer/88426 (Compiler crash if use special code with comm...Jakub Jelinek
2019-01-02Backport of the "asm inline" patchesSegher Boessenkool
2018-08-01re PR c/85704 (cc1 run out of memory when it compile)Jakub Jelinek
2018-07-26Update ChangeLog and version files for releasereleases/gcc-8.2.0GCC Administrator
2018-07-12c-attribs.c (c_common_attribute_table): Add "omp declare target implicit" att...Jakub Jelinek
2018-06-20backport: re PR c/86093 (volatile ignored on pointer in C)Jakub Jelinek
2018-05-30backport: re PR c++/85662 ("error: non-constant condition for static assertio...Jakub Jelinek
2018-05-02Update ChangeLog and version files for releaseGCC Administrator
2018-03-21Adjust __builtin_tgmath handling of integer arguments to _FloatN narrowing ma...Joseph Myers
2018-03-21re PR c/84999 (ICE in make_vector_type, at tree.c:9561)Jakub Jelinek
2018-03-15re PR c/84853 (ICE: verify_gimple failed (expand_shift_1))Jakub Jelinek
2018-03-13PR c/46921 Lost side effect when struct initializer expression uses comma ope...David Pagan
2018-03-06re PR c/84721 (ICE in c_push_function_context, at c-decl.c:9667)Jakub Jelinek
2018-02-13Add a DECL_EXPR for VLA pointer casts (PR 84305)Richard Sandiford
2018-02-09[PR c/84293] Unexpected strict-alias warningNathan Sidwell
2018-02-02c-common.h (DECL_UNNAMED_BIT_FIELD): New.Paolo Carlini
2018-01-31re PR c/81779 (bool define from stdbool.h suppresses -Wdeclaration-after-stat...Marek Polacek
2018-01-17C++: Fix crash in warn_for_memset within templates (PR c++/83814)David Malcolm
2018-01-13re PR c/83801 ([avr] String constant in __flash not put into .progmem)Jakub Jelinek
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2018-01-01re PR c/83595 (ICE: in linemap_macro_map_lookup, at libcpp/line-map.c:1008 on...Jakub Jelinek
2017-12-28builtins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL): Add _Float<N> and _Fl...Michael Meissner
2017-12-22re PR debug/83550 (Bad location of DW_TAG_structure_type with forward declara...Jakub Jelinek
2017-12-22re PR debug/83547 ((statement-frontiers) error: void value not ignored as it ...Jakub Jelinek
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger
2017-12-14re PR middle-end/83415 (ICE during gimplification of assignment to read-only ...Richard Biener
2017-12-12re PR c/82679 (Uses of typedefs of arrays of _Atomic-qualified types are reje...Marek Polacek
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva
2017-12-07Allow _Alignas in compound literals (C11 DR#444).Joseph Myers
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor
2017-12-06C/C++: don't suggest implementation names as spelling fixes (PR c/83236)David Malcolm
2017-12-06Move macro-spellchecking code from "gcc" to new files in c-familyDavid Malcolm
2017-12-05invoke.texi: Document the options.Martin Liska
2017-12-01re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek
2017-12-01re PR c/83222 (Inconsistent "initializer element is not constant" error)Jakub Jelinek
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek
2017-11-28re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek
2017-11-28Remove Cilk Plus support.Julia Koval
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek
2017-11-26Plugin support on Windows/MinGWBoris Kolpackov
2017-11-23c-parser.c (c_parser_omp_declare_simd): Reject declare simd in pragma_stmt co...Jakub Jelinek
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou
2017-11-22C/C++: fix quoting of "aka" typedef information (PR 62170)David Malcolm
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek