aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2021-05-14Update ChangeLog and version files for releasereleases/gcc-8.5.0releases/gcc-8Jakub Jelinek1-0/+4
2021-04-23Daily bump.GCC Administrator1-0/+41
2020-09-18Daily bump.GCC Administrator1-0/+41
2020-03-04Update ChangeLog and version files for releasereleases/gcc-8.4.0Jakub Jelinek1-0/+4
2020-02-14c: Fix ICE with cast to VLA [93576]Jakub Jelinek1-0/+9
2020-01-22Fix ICE with cast of division by zero (PR c/93348).Joseph Myers1-0/+9
2020-01-15Fix setting of DECL_CONTEXT in pushdecl (PR c/93072).Joseph Myers1-0/+9
2020-01-14Fix handling of overflow in C casts in integer constant expressions (PR c/932...Joseph Myers1-0/+10
2019-11-21backport: re PR c/91401 (schedule + dist_schedule clauses rejected on distrib...Jakub Jelinek1-0/+10
2019-09-03[c-family] Backport fix for PCH / PR61250.Iain Sandoe1-0/+10
2019-08-29backport: re PR debug/90197 (Cannot step through simple loop at -O -g)Jakub Jelinek1-0/+13
2019-07-21Fix -Wreturn-type for static naked functions in CRichard Sandiford1-0/+9
2019-04-30backport: re PR c++/90108 (ICE: Segmentation fault (in c_tree_chain_next))Jakub Jelinek1-0/+7
2019-04-30backport: re PR c/89933 (ICE in merge_decls, at c/c-decl.c:2517)Jakub Jelinek1-0/+7
2019-04-30backport: re PR c/89734 (const qualifier on return type not erased inside __t...Jakub Jelinek1-0/+9
2019-02-22Update ChangeLog and version files for releasereleases/gcc-8.3.0GCC Administrator1-0/+4
2019-02-07backport: re PR c/89211 (ICE in int_mode_for_mode, at stor-layout.c:403)Jakub Jelinek1-0/+10
2019-01-15Fix diagnostics for never-defined inline and nested functions (PR c/88720, PR...Joseph Myers1-0/+12
2019-01-08backport: re PR sanitizer/88426 (Compiler crash if use special code with comm...Jakub Jelinek1-0/+9
2019-01-02Backport of the "asm inline" patchesSegher Boessenkool1-0/+52
2018-08-01re PR c/85704 (cc1 run out of memory when it compile)Jakub Jelinek1-0/+7
2018-07-26Update ChangeLog and version files for releasereleases/gcc-8.2.0GCC Administrator1-0/+4
2018-07-12c-attribs.c (c_common_attribute_table): Add "omp declare target implicit" att...Jakub Jelinek1-0/+6
2018-06-20backport: re PR c/86093 (volatile ignored on pointer in C)Jakub Jelinek1-0/+9
2018-05-30backport: re PR c++/85662 ("error: non-constant condition for static assertio...Jakub Jelinek1-0/+13
2018-05-02Update ChangeLog and version files for releaseGCC Administrator1-0/+4
2018-03-21Adjust __builtin_tgmath handling of integer arguments to _FloatN narrowing ma...Joseph Myers1-0/+6
2018-03-21re PR c/84999 (ICE in make_vector_type, at tree.c:9561)Jakub Jelinek1-0/+6
2018-03-15re PR c/84853 (ICE: verify_gimple failed (expand_shift_1))Jakub Jelinek1-0/+7
2018-03-13PR c/46921 Lost side effect when struct initializer expression uses comma ope...David Pagan1-0/+6
2018-03-06re PR c/84721 (ICE in c_push_function_context, at c-decl.c:9667)Jakub Jelinek1-0/+6
2018-02-13Add a DECL_EXPR for VLA pointer casts (PR 84305)Richard Sandiford1-0/+8
2018-02-09[PR c/84293] Unexpected strict-alias warningNathan Sidwell1-0/+6
2018-02-02c-common.h (DECL_UNNAMED_BIT_FIELD): New.Paolo Carlini1-0/+6
2018-01-31re PR c/81779 (bool define from stdbool.h suppresses -Wdeclaration-after-stat...Marek Polacek1-0/+6
2018-01-17C++: Fix crash in warn_for_memset within templates (PR c++/83814)David Malcolm1-0/+6
2018-01-13re PR c/83801 ([avr] String constant in __flash not put into .progmem)Jakub Jelinek1-0/+13
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-0/+7
2018-01-03Update copyright years.Jakub Jelinek1-1/+5
2018-01-01re PR c/83595 (ICE: in linemap_macro_map_lookup, at libcpp/line-map.c:1008 on...Jakub Jelinek1-0/+10
2017-12-28builtins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL): Add _Float<N> and _Fl...Michael Meissner1-0/+5
2017-12-22re PR debug/83550 (Bad location of DW_TAG_structure_type with forward declara...Jakub Jelinek1-0/+5
2017-12-22re PR debug/83547 ((statement-frontiers) error: void value not ignored as it ...Jakub Jelinek1-0/+9
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou1-0/+13
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-0/+7
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger1-0/+6
2017-12-14re PR middle-end/83415 (ICE during gimplification of assignment to read-only ...Richard Biener1-0/+7
2017-12-12re PR c/82679 (Uses of typedefs of arrays of _Atomic-qualified types are reje...Marek Polacek1-0/+5
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+9
2017-12-07Allow _Alignas in compound literals (C11 DR#444).Joseph Myers1-0/+22