aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2019-11-30cgraph.h (symtab_node): Add symver flag.Jan Hubicka2-0/+64
2019-11-30[C] Add a target hook that allows targets to verify type usageRichard Sandiford2-1/+22
2019-11-27Implement P1814R0, CTAD for alias templates.Jason Merrill2-1/+7
2019-11-26re PR c++/61414 (enum class bitfield size-checking needs a separate warning f...Jakub Jelinek2-0/+7
2019-11-25Fix typo in C++2a paper number - P1920R1 -> P1902R1Jakub Jelinek1-1/+1
2019-11-25Prevent all uses of DFP when unsupported (PR c/91985).Joseph Myers4-5/+24
2019-11-23re PR middle-end/83859 (Please add new attribute which will establish relatio...Jakub Jelinek2-4/+20
2019-11-22re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no...Jakub Jelinek3-19/+30
2019-11-22Implement P1902R1, Missing feature-test macros 2017-2019.Jakub Jelinek2-3/+19
2019-11-22PR middle-end/83859 - attributes to associate pointer arguments and sizesMartin Sebor4-6/+404
2019-11-21Make more bad uses of fallthrough attribute into pedwarns.Joseph Myers2-1/+6
2019-11-19Change some bad uses of C2x attributes into pedwarns.Joseph Myers2-1/+14
2019-11-15Improve checks on C2x fallthrough attribute.Joseph Myers3-2/+7
2019-11-15Support C2x [[deprecated]] attribute.Joseph Myers3-3/+7
2019-11-14Support UTF-8 character constants for C2x.Joseph Myers2-1/+8
2019-11-14c-omp.c (c_omp_check_context_selector): Add nvidia to the list of valid vendors.Jakub Jelinek2-1/+4
2019-11-14omp-general.c (omp_context_name_list_prop): New function.Jakub Jelinek2-19/+23
2019-11-13Add C2x *_NORM_MAX constants to <float.h>.Joseph Myers2-3/+15
2019-11-13c-ada-spec.c (get_underlying_decl): Do not look through typedefs.Eric Botcazou2-2/+17
2019-11-12Use more SET_OPTION_IF_UNSET.Martin Liska2-16/+23
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki3-0/+10
2019-11-08[C] Opt out of GNU vector extensions for built-in SVE typesRichard Sandiford3-9/+33
2019-11-08Handle removal of old-style function definitions in C2x.Joseph Myers3-1/+11
2019-11-07Expand C2x attribute parsing support and factor out from TM attributes.Joseph Myers2-2/+8
2019-11-06re PR inline-asm/92352 (ICE in force_constant_size)Jakub Jelinek1-0/+10
2019-11-05Implement C++20 operator<=>.Jason Merrill1-0/+1
2019-11-05Make -fconcepts-ts imply -fconcepts.Jason Merrill2-1/+6
2019-11-04PR c++/91979 - mangling nullptr expressionKamlesh Kumar2-1/+6
2019-11-02gimplify.h (omp_construct_selector_matches): Change return type to int, add a...Jakub Jelinek3-22/+4
2019-11-02omp-general.h (omp_context_selector_set_compare): Declare.Jakub Jelinek2-108/+8
2019-11-02PR c++/88335 - Implement P1073R3: Immediate functionsJakub Jelinek3-1/+8
2019-11-01PR middle-end/91679 - missing -Warray-bounds accessing a member array in a lo...Martin Sebor2-7/+15
2019-10-30[C++ PATCH] Feature macros are longNathan Sidwell2-66/+71
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor5-2/+67
2019-10-25gimplify.h (omp_construct_selector_matches): Declare.Jakub Jelinek4-189/+13
2019-10-19Implement C++20 P1301 [[nodiscard("should have a reason")]].JeanHeyd Meneide2-1/+6
2019-10-14[C] Avoid exposing internal details in aka typesRichard Sandiford3-0/+54
2019-10-12c-common.h (c_omp_mark_declare_variant, [...]): Declare.Jakub Jelinek4-7/+347
2019-10-11Support decimal floating-point constants in C2x.Joseph Myers2-1/+6
2019-10-11Support _Decimal* keywords for C2x.Joseph Myers2-3/+8
2019-10-10Update DFP macros in float.h for C2x and TS 18661-2.Joseph Myers2-4/+15
2019-10-10c-common.h (c_omp_check_context_selector, [...]): Declare.Jakub Jelinek4-2/+159
2019-10-09PR tree-optimization/90879 - fold zero-equality of strcmp between a longer st...Martin Sebor2-0/+11
2019-10-09Update the concepts implementation to conform to C++20.Jason Merrill4-1/+36
2019-10-08Make C2X imply -fno-fp-int-builtin-inexact.Joseph Myers2-0/+11
2019-10-05PR c++/91369 - Implement P0784R7: constexpr newJakub Jelinek2-0/+7
2019-10-04Add strftime format checking support for C2x %OB and %Ob (bug 82752).Joseph Myers3-5/+24
2019-10-01Support prefixes in diagnostic_show_locusDavid Malcolm2-1/+8
2019-10-01re PR c++/91925 (-fpack-struct causes a decltype with template to ICE)Jakub Jelinek2-0/+8
2019-10-01[C] Improve diagnostics for vector typesRichard Sandiford2-0/+15