aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2017-04-20c.opt (Wextra-semi): New C++ warning flag.Volker Reichelt2-0/+8
2017-04-20re PR middle-end/80423 (GC related -fcompare-debug failure)Jakub Jelinek2-6/+13
2017-04-18re PR middle-end/79788 (ICE in expand_expr_real_2, at expr.c:9557)Jakub Jelinek2-21/+21
2017-04-10Evaluate a SAVE_EXPR before an UBSAN check (PR sanitizer/80350).Martin Liska2-0/+7
2017-04-03Fix numerous typos in commentsJonathan Wakely2-1/+5
2017-03-31re PR sanitizer/79572 (reference binding to null pointer not reported with -f...Jakub Jelinek3-5/+23
2017-03-31Fix description of Wendif-labels (PR documentation/78732)David Malcolm2-1/+7
2017-03-31re PR libstdc++/80251 (Is the is_aggregate meta function missing?)Jakub Jelinek3-2/+9
2017-03-27re PR target/80162 (ICE on invalid code (address of register variable))Jakub Jelinek2-1/+8
2017-03-21PR c++/79548 - missing -Wunused-variable on a typedef'd variable in a functio...Martin Sebor2-1/+12
2017-03-11Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)David Malcolm2-3/+9
2017-03-10Fix up a couple of old ChangeLog entries.Martin Sebor1-3/+2
2017-03-10c-indentation.c: workaround xgettext limitation (PR c/79921)David Malcolm2-2/+8
2017-03-09re PR c++/79962 (ICE nonnull_check_p on a function template with a type-depen...Marek Polacek2-1/+8
2017-03-09Increment value instead of a pointer in ADA macro processing.Martin Liska2-1/+5
2017-03-04c.opt (Wnoexcept-type): New.Jason Merrill2-0/+8
2017-03-02re PR middle-end/79756 (ICE in execute_todo, at passes.c:2011)Richard Biener2-0/+8
2017-02-28Introduce =<number> for couple of options.Martin Liska2-2/+7
2017-02-28Add tabulars for options with enum values.Martin Liska2-1/+6
2017-02-24re PR c++/79588 (ICE in warn_for_restrict with -Wrestrict)Jakub Jelinek4-25/+77
2017-02-24c-ada-spec.c (dump_ada_function_declaration): Add comment about the treatment...Eric Botcazou2-98/+20
2017-02-22instead of -Wnormalized=<options>Martin Liska2-1/+6
2017-02-21re PR c++/79641 (ICE with const variable and attribute)Jakub Jelinek2-1/+7
2017-02-17Restore DECIMAL_DIG macro to C99/C11 value.Joseph Myers2-4/+8
2017-02-15re PR c/79515 (ICE: tree check: expected class 'type', have 'exceptional' (er...Marek Polacek2-0/+9
2017-01-24Add "__RTL" to cc1David Malcolm3-0/+9
2017-01-20re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else ex...Marek Polacek5-0/+90
2017-01-17Fix wording of -Wmisleading-indentation (PR c++/71497)David Malcolm2-1/+7
2017-01-17re PR c/79116 (ICE on cilkplus array notation with a _Cilk_for)Aldy Hernandez2-1/+9
2017-01-16re PR driver/49726 (-g0 file.S -g does not produce debug info)Jakub Jelinek2-1/+6
2017-01-16revert: re PR c++/71737 (ICE following 2x pack expansion in non-pack with tem...Paolo Carlini2-9/+15
2017-01-16re PR c++/71737 (ICE following 2x pack expansion in non-pack with template al...Paolo Carlini2-7/+14
2017-01-12(-Wformat-overflow): ...to this.Martin Sebor2-7/+11
2017-01-11PR c/78768 - -Walloca-larger-than and -Wformat-length warnings disabled by -fltoMartin Sebor2-3/+9
2017-01-10* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_variadic_using.Jason Merrill2-0/+6
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek2-1/+7
2017-01-08PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...Martin Sebor2-0/+14
2017-01-06[bootstrap-O1] change value type to avoid sprintf buffer size warningAlexandre Oliva2-1/+8
2017-01-05invoke.texi (C Dialect Options): Document it.Eric Botcazou2-1/+8
2017-01-05Error for '-' as filename of a precompiled header (PR pch/78970)Martin Liska2-1/+12
2017-01-04re PR c++/64767 (Could GCC warn when a pointer is compared against '\0'?)Marek Polacek2-0/+9
2017-01-04re PR driver/78957 (ICE: SIGSEGV with -fno-sso-struct=web)Jakub Jelinek2-1/+6
2017-01-01Update copyright years.Jakub Jelinek37-37/+41
2016-12-29Add RejectNegative for a c option.Martin Liska2-1/+6
2016-12-27c.opt (flag_chkp_flexible_struct_trailing_arrays): Add new option.Alexander Ivchenko1-1/+7
2016-12-22Feature-test macro for P0522R0, matching of template template arguments.Jason Merrill2-0/+8
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek3-13/+43
2016-12-21Implement P0522R0, matching of template template arguments.Jason Merrill3-0/+13
2016-12-14Split omp-low into multiple filesMartin Jambor2-2/+8
2016-12-14PR c/78673 - sprintf missing attribute nonnull on destination argumentMartin Sebor2-1/+10