summaryrefslogtreecommitdiff
path: root/gcc/c-family
Commit message (Expand)AuthorAgeFilesLines
* PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor2017-06-152-0/+9
* Recognize '-' as special -MF argument (write to stdout)Boris Kolpackov2017-06-142-1/+7
* re PR objc/80949 (ICE in do_warn_duplicated_branches_r)Marek Polacek2017-06-132-2/+8
* Implement no_sanitize function attributeMartin Liska2017-06-135-28/+125
* tree.h (id_equal): New.Jason Merrill2017-06-113-3/+7
* re PR c/80919 (ICE: Segmentation fault with -Wall when printing address of si...Marek Polacek2017-06-042-0/+12
* PR c/80892 - -Wfloat-conversion now warns about non-floatsMartin Sebor2017-06-022-4/+19
* invoke.texi: Document the -Wsizeof-pointer-div warning.Bernd Edlinger2017-06-022-0/+8
* c.opt (Wcatch-value): New shortcut for Wcatch-value=1.Volker Reichelt2017-06-012-1/+10
* C++ template type diff printingDavid Malcolm2017-05-303-1/+16
* invoke.texi (-Wcatch-value=): Document new warning option.Volker Reichelt2017-05-252-0/+8
* c=common.c (field_decl_cmp, [...]): Adjust T const casts to avoid warning.Nathan Sidwell2017-05-252-4/+9
* PR c/80731 - poor -Woverflow warningsMartin Sebor2017-05-244-68/+198
* c-warn.c (match_case_to_enum_1): Don't warn about enums with no enumerators.Jason Merrill2017-05-192-0/+9
* c-format.c (locus): Move out of function scope, add GTY attribute.Bernd Edlinger2017-05-192-2/+6
* toplev.c (general_init): Call register dump lang hook.Nathan Sidwell2017-05-192-20/+12
* re PR c++/80593 (GCC 7, aligned_storage and “dereferencing type-punned poin...Richard Biener2017-05-192-4/+10
* c-format.c (local_tree_type_node): Add GTY attribute.Bernd Edlinger2017-05-182-1/+7
* c-common.c (c_common_type_for_size): Use NULL_TREE instead of 0.Marek Polacek2017-05-183-10/+19
* c-common.c (self_promoting_args_p): Change the return type to bool.Marek Polacek2017-05-183-7/+13
* c-common.c: Use NULL_TREE instead of 0 where appropriate.Marek Polacek2017-05-173-6/+11
* Implement new C++ intrinsics __is_assignable and __is_constructible.Ville Voutilainen2017-05-173-0/+9
* Introduce dump_flags_t type and use it instead of int type.Martin Liska2017-05-174-5/+12
* Bye bye, c_save_expr.Marek Polacek2017-05-173-20/+7
* re PR c/35441 (pretty-printer cannot handle some expressions)Volker Reichelt2017-05-092-1/+31
* re PR c/80525 (-Wlogical-op confused by undefined integer overflow)Marek Polacek2017-05-092-4/+26
* c-tree.h (pushdecl): Declare.Nathan Sidwell2017-05-093-3/+7
* PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor2017-05-083-176/+276
* Bump C++ ABI version.Jason Merrill2017-05-082-3/+8
* Eliminate report_diagnostic macroDavid Malcolm2017-05-052-1/+6
* PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor2017-05-042-3/+9
* Canonicalize canonical type hashingNathan Sidwell2017-05-032-6/+7
* re PR c++/80038 (Random segfault using local vectors in Cilk function)Xi Ruoyao2017-05-014-102/+25
* PR tree-optimization/80523 - -Wformat-overflow doesn't consider -fexec-charsetMartin Sebor2017-04-281-2/+2
* re PR c++/80534 (7.1 RC - internal compiler error: in finish_member_declarati...Jakub Jelinek2017-04-272-1/+8
* 017-04-25 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger2017-04-253-119/+10
* c.opt (Wextra-semi): New C++ warning flag.Volker Reichelt2017-04-202-0/+8
* re PR middle-end/80423 (GC related -fcompare-debug failure)Jakub Jelinek2017-04-202-6/+13
* re PR middle-end/79788 (ICE in expand_expr_real_2, at expr.c:9557)Jakub Jelinek2017-04-182-21/+21
* Evaluate a SAVE_EXPR before an UBSAN check (PR sanitizer/80350).Martin Liska2017-04-102-0/+7
* Fix numerous typos in commentsJonathan Wakely2017-04-032-1/+5
* re PR sanitizer/79572 (reference binding to null pointer not reported with -f...Jakub Jelinek2017-03-313-5/+23
* Fix description of Wendif-labels (PR documentation/78732)David Malcolm2017-03-312-1/+7
* re PR libstdc++/80251 (Is the is_aggregate meta function missing?)Jakub Jelinek2017-03-313-2/+9
* re PR target/80162 (ICE on invalid code (address of register variable))Jakub Jelinek2017-03-272-1/+8
* PR c++/79548 - missing -Wunused-variable on a typedef'd variable in a functio...Martin Sebor2017-03-212-1/+12
* Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)David Malcolm2017-03-112-3/+9
* Fix up a couple of old ChangeLog entries.Martin Sebor2017-03-101-3/+2
* c-indentation.c: workaround xgettext limitation (PR c/79921)David Malcolm2017-03-102-2/+8
* re PR c++/79962 (ICE nonnull_check_p on a function template with a type-depen...Marek Polacek2017-03-092-1/+8