aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2018-07-05Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.Nathan Sidwell2-2/+7
2018-06-28Makefile.in: Add opt-suggestions.o.Martin Liska2-0/+5
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang2-4/+10
2018-06-20re PR c++/86210 (Missing -Wnonnull warning for function defined in the same TU)Jakub Jelinek2-4/+8
2018-06-18PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of sourceMartin Sebor2-0/+13
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah2-0/+5
2018-06-13c-opts.c (c_common_post_options): Warn about useless -Wabi.Jason Merrill2-3/+15
2018-06-13PR c++/86094 - wrong code with defaulted move ctor.Jason Merrill2-17/+32
2018-06-12PR c/85931 - -Wsizeof-pointer-memaccess for strncpy with size of sourceMartin Sebor2-2/+21
2018-06-12Come up with Deprecated option flag.Martin Liska2-21/+25
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm2-1/+6
2018-06-08Remove MPXMartin Liska3-95/+29
2018-06-06re PR c++/86068 (__cpp_transactional_memory is 210500)Jakub Jelinek2-1/+7
2018-06-06PR c++/85710 - ICE with -Wmemset-elt-size.Jason Merrill2-1/+7
2018-06-01* c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_deduction_guides to 201703.Jason Merrill2-1/+6
2018-06-01c-ada-spec.c (dump_ada_declaration): Generate a forward declaration for a typ...Eric Botcazou2-4/+16
2018-05-31PR c/82063 - issues with arguments enabled by -WallMartin Sebor2-0/+9
2018-05-30re PR c/55976 (-Werror=return-type should error on returning a value from a v...David Pagan2-2/+11
2018-05-29PR c++/67445 - returning temporary initializer_list.Jason Merrill2-0/+8
2018-05-28splay-tree.h (splay_tree_compare_strings, [...]): Declare new utility functions.Bernd Edlinger2-4/+7
2018-05-26re PR bootstrap/85921 (/gcc/c-family/c-warn.c fails to build)Jakub Jelinek2-5/+9
2018-05-18PR c++/58407 - deprecated implicit copy ops.Jason Merrill2-0/+9
2018-05-17Fix GNU coding style for G_.Martin Liska2-4/+9
2018-05-14pt.c (tsubst): Check valid_array_size_p.Jason Merrill3-6/+14
2018-05-11re PR c/85696 (OpenMP with variably modified and default(none) won't compile)Jakub Jelinek2-0/+14
2018-05-11Support LLVM style of no_sanitize attribute (PR sanitizer/85556).Martin Liska2-8/+18
2018-05-10re PR c++/85662 ("error: non-constant condition for static assertion" from __...Jakub Jelinek3-17/+23
2018-05-10re PR c++/85400 (invalid Local Dynamic TLS relaxation for symbol defined in m...Eric Botcazou2-3/+7
2018-05-07[C++ PATCH] Kill -fno-for-scopeNathan Sidwell2-2/+5
2018-05-03[C++ Patch] Kill -ffriend-injectionNathan Sidwell2-2/+5
2018-05-01-Wformat: fix nonsensical "wide character" message (PR c/84258)David Malcolm2-2/+25
2018-04-30Use char_span for return type of location_get_source_lineDavid Malcolm3-12/+16
2018-03-29More #include suggestions (PR c++/84269)David Malcolm2-1/+39
2018-03-27re PR c++/85061 (ICE with __builtin_offsetof applied to static member)Jakub Jelinek2-1/+8
2018-03-23re PR c++/85045 (ICE+SIGILL on valid C++ code: cxx_pretty_printer::postfix_e...Marek Polacek2-1/+7
2018-03-20* c-ada-spec.c (pp_ada_tree_identifier): Deal specifically with _Bool.Eric Botcazou2-1/+5
2018-03-16re PR c/84909 (typo: conversion from %qT to to %qT)Jakub Jelinek2-2/+5
2018-03-16re PR c/84910 (typo: "%qs follows inline declaration ")Jakub Jelinek2-1/+7
2018-03-16re PR c/84873 (ICE: verify_ssa failed (error: definition in block 3 does not ...Richard Biener2-9/+9
2018-03-15re PR c/84873 (ICE: verify_ssa failed (error: definition in block 3 does not ...Richard Biener2-1/+14
2018-03-13PR tree-optimization/84725 - enable attribute nonstring for all narrow charac...Martin Sebor2-1/+12
2018-03-12PR tree-optimization/83456 - -Wrestrict false positive on a non-overlapping m...Martin Sebor4-24/+45
2018-03-02re PR c++/84171 (ICE with -Wsign-compare)Marek Polacek2-0/+9
2018-03-02More Cilk Plus removalThomas Schwinge2-2/+5
2018-03-01re PR c++/84639 (gcc/c-family/c-attribs.c:1822:27: runtime error: shift expon...Marek Polacek2-4/+13
2018-02-28i-cexten.ads (Float_128): New type.Eric Botcazou2-4/+21
2018-02-28c-ada-spec.c (dump_ada_double_name): New case.Eric Botcazou2-201/+217
2018-02-28c-ada-spec.c (dump_ada_node): Do not use generic address for incomplete struc...Eric Botcazou2-28/+22
2018-02-28c-ada-spec.c (dump_ada_import): Use boolean and fix formatting.Eric Botcazou1-85/+79
2018-02-28c-ada-spec.c (dump_ada_import): Use boolean and fix formatting.Eric Botcazou2-180/+184