aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Remove Pascal-related entries in code and comments.Martin Liska2-1/+6
2018-09-21c-ada-spec.c: Include diagnostic.h.Eric Botcazou2-0/+16
2018-09-20Add -Wclass-conversion.Marek Polacek2-0/+8
2018-09-17Add range_idx param to range_label::get_textDavid Malcolm2-2/+7
2018-09-17substring-locations: add class format_string_diagnostic_tDavid Malcolm2-15/+19
2018-09-17Add -Wabsolute-valueMartin Jambor2-0/+9
2018-09-06varasm.c (output_constructor_regular_field): Check TYPE_SIZE_UNIT of the init...Bernd Edlinger3-0/+28
2018-09-02c-common.c (braced_list_to_string): Remove eval parameter.Bernd Edlinger3-38/+37
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska1-17/+17
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm6-9/+62
2018-08-27Come up with fndecl_built_in_p.Martin Liska3-6/+13
2018-08-26PR c++/87029, Implement -Wredundant-move.Marek Polacek2-0/+9
2018-08-21PR c++/86981, Implement -Wpessimizing-move.Marek Polacek2-0/+9
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm5-0/+17
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell2-4/+9
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