aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2018-08-17[PATCH] Adjust lazy macro definitionNathan Sidwell2-33/+36
2018-08-17Formatted printing for dump_* in the middle-endDavid Malcolm2-2/+46
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell2-2/+4
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell3-2/+5
2018-08-17Merge Ignore and Deprecated in .opt files.Martin Liska2-46/+52
2018-08-16-Wmisleading-indentation: fix ICE in get_visual_column (PR c++/70693)David Malcolm4-14/+203
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell4-29/+34
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm2-26/+168
2018-08-13PR tree-optimization/71625 - missing strlen optimization on different array i...Martin Sebor3-0/+99
2018-08-08[PATCH] line-map include-from representationNathan Sidwell4-7/+12
2018-08-01PR tree-optimization/86650 - -Warray-bounds missing inlining contextMartin Sebor3-17/+28
2018-07-31c-family: clean up the data tables in c-format.cDavid Malcolm2-68/+44
2018-07-31Add __builtin_speculation_safe_valueRichard Earnshaw3-1/+179
2018-07-20libcpp: remove redundant parameter from rich_location::set_rangeDavid Malcolm2-2/+8
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor2-1/+6
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor4-18/+33
2018-07-12c-attribs.c (c_common_attribute_table): Add "omp declare target implicit" att...Jakub Jelinek2-0/+7
2018-07-12re PR c/86453 (error: type variant differs by TYPE_PACKED in free_lang_data s...Richard Biener2-2/+14
2018-07-10re PR c++/86443 (ICEs on #pragma omp distribute parallel for with class itera...Jakub Jelinek2-2/+13
2018-07-07c-ada-spec.c (to_ada_name): Remove index parameter.Eric Botcazou2-218/+135
2018-07-06re PR target/86324 (testsuite test divkc3-1.c FAILs when compiling with -mabi...Peter Bergner2-0/+10
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