aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2019-08-15c-common.c (c_stddef_cpp_builtins): When the GIMPLE FE is enabled, define __S...Richard Biener2-0/+9
2019-08-14Add generic support for noinit attribute.Christophe Lyon2-1/+66
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford2-2/+7
2019-08-13PR c/80619 - bad fix-it hint for GCC %lu directive with int argument: %wuMartin Sebor3-2/+10
2019-08-10tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE.Jakub Jelinek2-0/+6
2019-08-10Assorted ChangeLog cleanups.Jakub Jelinek1-69/+74
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek2-2/+10
2019-08-05PR c++/91338 - Implement P1161R3: Deprecate a[b,c].Marek Polacek3-0/+15
2019-08-01re PR c++/90590 (enumeration value not handled in switch warning for std::ios...Matthew Beliveau1-0/+10
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek5-18/+53
2019-07-13re PR c/91149 (GCC 9 and later incorrectly rejects OpenMP task reduction-modi...Jakub Jelinek2-1/+7
2019-07-12tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek3-1/+25
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor3-2/+9
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor3-3/+14
2019-07-03Remove another bunch of dead assignment.Martin Liska2-2/+7
2019-07-03gimplify.c (gimplify_scan_omp_clauses): For inscan reductions on worksharing ...Jakub Jelinek2-2/+10
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao3-0/+14
2019-06-27PR c++/55442 - memory-hog with highly recursive constexpr.Jason Merrill2-0/+9
2019-06-25Implement alternate "__intN__" form of "__intN" typeJozef Lawrynowicz1-0/+6
2019-06-25re PR sanitizer/90954 (ICE: combining undefined behavior sanitizer with openmp)Jakub Jelinek2-1/+7
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka2-1/+7
2019-06-21PR c++/90875 - added -Wswitch-outside-range optionMatthew Beliveau3-7/+18
2019-06-21PR c++/90953 - ICE with -Wmissing-format-attribute.Marek Polacek2-3/+10
2019-06-19PR c++/60364 - noreturn after first decl not diagnosed.Marek Polacek4-4/+13
2019-06-19PR translation/90156 - add linter check suggesting to replace %<%s%> with %qsMartin Sebor2-35/+1038
2019-06-11PR c++/90449 - add -Winaccessible-base option.Matthew Beliveau2-0/+9
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek4-0/+28
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor3-18/+31
2019-06-05c-pragma.c (handle_pragma_weak): Adjust quoting in a diagnostic.Martin Sebor3-2/+7
2019-05-31re PR c/43673 (Incorrect warning: use of 'D' length modifier with 'a' type ch...Xiong Hu Luo1-2/+2
2019-05-29re PR c/90628 (__builtin_mul_overflow writes to const qualified integer)Jakub Jelinek2-0/+14
2019-05-23* c-ada-spec.c (compare_node): Compare the DECL_UIDs as a last resort.Eric Botcazou2-1/+7
2019-05-22Strip target_clones in copy attribute (PR lto/90500).Martin Liska2-1/+8
2019-05-21c-ada-spec.h (enum cpp_operation): Add IS_ASSIGNMENT_OPERATOR.Eric Botcazou3-0/+30
2019-05-17[PR89433] Refer to OpenACC 'routine' clauses from "omp declare target" attributeThomas Schwinge2-1/+7
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor10-66/+111
2019-05-15re PR tree-optimization/90474 (ICE: verify_gimple failed (error: DECL_GIMPLE_...Richard Biener2-0/+9
2019-05-06[libcpp] struct deps renamingNathan Sidwell2-5/+6
2019-04-30[GC PATCH] Correct TS marking of _EXPR nodesNathan Sidwell2-2/+7
2019-04-30Add option suggestion for -Werror=foo and corresponding pragma.Martin Liska2-2/+16
2019-04-26Fix use of COMPLETE_TYPE_P for -Wstrict-aliasing=1Richard Sandiford2-1/+6
2019-04-19re PR c/89888 (When switch controlling expression is promoted from type narro...Jakub Jelinek4-102/+98
2019-04-12Commit a change missed in r270326:Martin Sebor1-20/+63
2019-04-12re PR translation/90041 (Command line option without proper quoting in transl...Jakub Jelinek2-1/+5
2019-04-12re PR c/89946 (ICE in assemble_start_function, at varasm.c:1871)Jakub Jelinek2-2/+28
2019-04-09c-ada-spec.c (print_destructor): Deal with deleting destructors.Eric Botcazou2-2/+10
2019-04-07c-ada-spec.c (is_float128): New predicate extracted from...Eric Botcazou2-6/+30
2019-04-05Guard notes for -Waddress-of-packed-member on warning emission (PR c/89985)David Malcolm2-11/+21
2019-04-05PR c++/89973 - -Waddress-of-packed-member ICE with invalid conversion.Marek Polacek2-1/+7
2019-04-03PR c++/86586 - -fcompare-debug=-Wsign-compare.Jason Merrill2-0/+8