aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers5-3/+66
2018-10-17Update C17 option descriptions not to say "expected to be published".Joseph Myers2-6/+11
2018-10-12Fix typo in previous commit.Christophe Lyon2-1/+6
2018-10-11re PR c++/87364 (Pretty print of enumerator never prints the id, always falls...Will Wray3-15/+26
2018-10-11c-lex.c (c_common_has_attribute): Return 201803 instead of 20180312 for no_un...Jakub Jelinek2-1/+6
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm4-10/+25
2018-10-08Don't ICE on vectors of enums (PR 87286)Richard Sandiford2-3/+12
2018-10-04invoke.texi (-Wno-prio-ctor-dtor): Document new warning -Wno-prio-ctor-dtor.Vinay Kumar3-2/+12
2018-10-03Implement P0840, language support for empty objects.Jason Merrill2-0/+6
2018-10-01c-ada-spec.c (get_underlying_decl): Get to the main type variant.Eric Botcazou2-7/+17
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