aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)Author
2018-12-06Update ChangeLog and version files for releasereleases/gcc-7.4.0Richard Biener
2018-06-22backport: re PR c++/86210 (Missing -Wnonnull warning for function defined in ...Jakub Jelinek
2018-06-22backport: re PR c/85696 (OpenMP with variably modified and default(none) won'...Jakub Jelinek
2018-06-22backport: re PR c++/85662 ("error: non-constant condition for static assertio...Jakub Jelinek
2018-04-26Backport PRs 84873, 85168, 85244, 85284Richard Biener
2018-03-03backport: c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix a...Jakub Jelinek
2018-01-25Update ChangeLog and version files for releasereleases/gcc-7.3.0Richard Biener
2017-12-15backport: re PR c++/83059 (ICE on invalid C++ code: in tree_to_uhwi, at tree....Jakub Jelinek
2017-09-19Revert backport.Martin Liska
2017-09-15backport: re PR target/82112 (internal compiler error: in fold_convert_loc, a...Jakub Jelinek
2017-09-15Subject: Backport r251400Martin Liska
2017-09-15Backport r251020Martin Liska
2017-09-15Backport r249735Martin Liska
2017-09-10PR c++/81852 define feature-test macro for -fthreadsafe-staticsJonathan Wakely
2017-09-07backport: re PR c/45784 (gcc OpenMP - error: invalid controlling predicate)Jakub Jelinek
2017-08-14Update ChangeLog and version files for releasereleases/gcc-7.2.0Richard Biener
2017-06-07Backport PRs 80549, 80593, 80705, 80842, 80906Richard Biener
2017-06-07re PR c/80919 (ICE: Segmentation fault with -Wall when printing address of si...Marek Polacek
2017-05-02Update ChangeLog and version files for releasereleases/gcc-7.1.0GCC Administrator
2017-04-27re PR c++/80534 (7.1 RC - internal compiler error: in finish_member_declarati...Jakub Jelinek
2017-04-20re PR middle-end/80423 (GC related -fcompare-debug failure)Jakub Jelinek
2017-04-18re PR middle-end/79788 (ICE in expand_expr_real_2, at expr.c:9557)Jakub Jelinek
2017-04-10Evaluate a SAVE_EXPR before an UBSAN check (PR sanitizer/80350).Martin Liska
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-03-31re PR sanitizer/79572 (reference binding to null pointer not reported with -f...Jakub Jelinek
2017-03-31Fix description of Wendif-labels (PR documentation/78732)David Malcolm
2017-03-31re PR libstdc++/80251 (Is the is_aggregate meta function missing?)Jakub Jelinek
2017-03-27re PR target/80162 (ICE on invalid code (address of register variable))Jakub Jelinek
2017-03-21PR c++/79548 - missing -Wunused-variable on a typedef'd variable in a functio...Martin Sebor
2017-03-11Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)David Malcolm
2017-03-10Fix up a couple of old ChangeLog entries.Martin Sebor
2017-03-10c-indentation.c: workaround xgettext limitation (PR c/79921)David Malcolm
2017-03-09re PR c++/79962 (ICE nonnull_check_p on a function template with a type-depen...Marek Polacek
2017-03-09Increment value instead of a pointer in ADA macro processing.Martin Liska
2017-03-04c.opt (Wnoexcept-type): New.Jason Merrill
2017-03-02re PR middle-end/79756 (ICE in execute_todo, at passes.c:2011)Richard Biener
2017-02-28Introduce =<number> for couple of options.Martin Liska
2017-02-28Add tabulars for options with enum values.Martin Liska
2017-02-24re PR c++/79588 (ICE in warn_for_restrict with -Wrestrict)Jakub Jelinek
2017-02-24c-ada-spec.c (dump_ada_function_declaration): Add comment about the treatment...Eric Botcazou
2017-02-22instead of -Wnormalized=<options>Martin Liska
2017-02-21re PR c++/79641 (ICE with const variable and attribute)Jakub Jelinek
2017-02-17Restore DECIMAL_DIG macro to C99/C11 value.Joseph Myers
2017-02-15re PR c/79515 (ICE: tree check: expected class 'type', have 'exceptional' (er...Marek Polacek
2017-01-24Add "__RTL" to cc1David Malcolm
2017-01-20re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else ex...Marek Polacek
2017-01-17Fix wording of -Wmisleading-indentation (PR c++/71497)David Malcolm
2017-01-17re PR c/79116 (ICE on cilkplus array notation with a _Cilk_for)Aldy Hernandez
2017-01-16re PR driver/49726 (-g0 file.S -g does not produce debug info)Jakub Jelinek
2017-01-16revert: re PR c++/71737 (ICE following 2x pack expansion in non-pack with tem...Paolo Carlini