aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-30[C] Print ", ..." rather than ", ..." in diagnosticsRichard Sandiford2-1/+6
2019-09-27re PR c++/88203 (assert does not compile with OpenMP's pragma omp parallel fo...Jakub Jelinek3-0/+31
2019-09-27[C][C++] Allow targets to check calls to BUILT_IN_MD functionsRichard Sandiford3-5/+27
2019-09-16Handle location wrappers better in warn_logical_operator.Jason Merrill2-20/+25
2019-09-10Rename Deprecated to WarnRemoved in *.opt files.Martin Liska2-46/+50
2019-09-09Update comment of removed options.Martin Liska2-23/+29
2019-09-06Remove support for repo files (PR c++/91125).Martin Liska5-18/+11
2019-09-04Remove -fdeduce-init-list.Marek Polacek2-2/+6
2019-09-04Add warning Wenum-conversion for C and ObjC.Prathamesh Kulkarni2-0/+9
2019-09-03Implement TARGET_HANDLE_GENERIC_ATTRIBUTEJozef Lawrynowicz2-10/+36
2019-09-03c-cppbuiltin.c (builtin_define_with_hex_fp_value): Always expand when using -...Ian Lance Taylor2-0/+6
2019-09-02Use cxx_printable_name for __PRETTY_FUNCTION__ in cp_fname_init.Martin Liska1-0/+6
2019-08-29Implement P1152R4: Deprecating some uses of volatile.Marek Polacek3-0/+16
2019-08-28PR c++/91360 - Implement C++20 P1143R2: constinit.Marek Polacek6-2/+33
2019-08-27re PR c++/91415 (Invalid warning for C++17 sequencing of shift operator E1<<E2.)Jakub Jelinek2-1/+19
2019-08-23[PATCH, c-family] Fix a PCH thinko (and thus PR61250).Iain Sandoe2-7/+6
2019-08-23re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)Jakub Jelinek4-8/+15
2019-08-22PR middle-end/91490 - bogus argument missing terminating nul warning on strle...Martin Sebor2-16/+44
2019-08-21c-ada-spec.c (dump_ada_function_declaration): Be prepared for broken function...Eric Botcazou2-18/+26
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