aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)Author
2019-02-22Update ChangeLog and version files for releasereleases/gcc-8.3.0GCC Administrator
2019-02-07backport: re PR middle-end/88968 (Stack overflow in gimplify_expr)Jakub Jelinek
2019-02-07backport: c-cppbuiltin.c (c_cpp_builtin): Define __cpp_guaranteed_copy_elisio...Jakub Jelinek
2019-01-08backport: re PR sanitizer/88215 (UBSAN: Internal compiler error with attribut...Jakub Jelinek
2018-08-17Fix wrong option declaration of fcilkplus (PR other/86992).Martin Liska
2018-07-26Update ChangeLog and version files for releasereleases/gcc-8.2.0GCC Administrator
2018-07-18backport: PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with s...Martin Sebor
2018-07-16backport: [multiple changes]Richard Biener
2018-07-12c-attribs.c (c_common_attribute_table): Add "omp declare target implicit" att...Jakub Jelinek
2018-06-20re PR c++/86210 (Missing -Wnonnull warning for function defined in the same TU)Jakub Jelinek
2018-06-13c-opts.c (c_common_post_options): Warn about useless -Wabi.Jason Merrill
2018-06-13PR c++/86094 - wrong code with defaulted move ctor.Jason Merrill
2018-06-11PR c++/85710 - ICE with -Wmemset-elt-size.Jason Merrill
2018-06-01c-ada-spec.c (dump_ada_declaration): Generate a forward declaration for a typ...Eric Botcazou
2018-05-30backport: re PR c/85696 (OpenMP with variably modified and default(none) won'...Jakub Jelinek
2018-05-30backport: re PR c++/85662 ("error: non-constant condition for static assertio...Jakub Jelinek
2018-05-26re PR bootstrap/85921 (/gcc/c-family/c-warn.c fails to build)Jakub Jelinek
2018-05-23Subject: Backport r260154Martin Liska
2018-05-02Update ChangeLog and version files for releaseGCC Administrator
2018-03-29More #include suggestions (PR c++/84269)David Malcolm
2018-03-27re PR c++/85061 (ICE with __builtin_offsetof applied to static member)Jakub Jelinek
2018-03-23re PR c++/85045 (ICE+SIGILL on valid C++ code: cxx_pretty_printer::postfix_e...Marek Polacek
2018-03-20* c-ada-spec.c (pp_ada_tree_identifier): Deal specifically with _Bool.Eric Botcazou
2018-03-16re PR c/84909 (typo: conversion from %qT to to %qT)Jakub Jelinek
2018-03-16re PR c/84910 (typo: "%qs follows inline declaration ")Jakub Jelinek
2018-03-16re PR c/84873 (ICE: verify_ssa failed (error: definition in block 3 does not ...Richard Biener
2018-03-15re PR c/84873 (ICE: verify_ssa failed (error: definition in block 3 does not ...Richard Biener
2018-03-13PR tree-optimization/84725 - enable attribute nonstring for all narrow charac...Martin Sebor
2018-03-12PR tree-optimization/83456 - -Wrestrict false positive on a non-overlapping m...Martin Sebor
2018-03-02re PR c++/84171 (ICE with -Wsign-compare)Marek Polacek
2018-03-02More Cilk Plus removalThomas Schwinge
2018-03-01re PR c++/84639 (gcc/c-family/c-attribs.c:1822:27: runtime error: shift expon...Marek Polacek
2018-02-28i-cexten.ads (Float_128): New type.Eric Botcazou
2018-02-28c-ada-spec.c (dump_ada_double_name): New case.Eric Botcazou
2018-02-28c-ada-spec.c (dump_ada_node): Do not use generic address for incomplete struc...Eric Botcazou
2018-02-28c-ada-spec.c (dump_ada_import): Use boolean and fix formatting.Eric Botcazou
2018-02-28c-ada-spec.c (dump_ada_import): Use boolean and fix formatting.Eric Botcazou
2018-02-27PR c++/83871 - wrong code for attribute const and pure on distinct template s...Martin Sebor
2018-02-21Add IntegerRange for Wcatch-value= option.Martin Liska
2018-02-15* c-cppbuiltin.c (c_cpp_builtins): Update __cpp_deduction_guides.Jason Merrill
2018-02-09[PR c/84293] Unexpected strict-alias warningNathan Sidwell
2018-02-09PR lto/84212 - -Wno-* does not disable warnings from -flto link stageMartin Sebor
2018-02-09c-ada-spec.c (dump_ada_declaration): Do not generate the 'constant' keyword f...Eric Botcazou
2018-02-02c-common.h (DECL_UNNAMED_BIT_FIELD): New.Paolo Carlini
2018-02-02Move omp bitmask to general to use it in x86 backend.Julia Koval
2018-01-29re PR c/83966 (ICE in check_function_arguments at gcc/c-family/c-common.c:5617)Marek Polacek
2018-01-27c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.Jakub Jelinek
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov
2018-01-17C++: Fix crash in warn_for_memset within templates (PR c++/83814)David Malcolm
2018-01-10c-ada-spec.c (dump_number): Add FLOAT_P parameter.Eric Botcazou