aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cvt.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2153/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-03c: Fold implicit integer-to-floating conversions in static initializers with ...Joseph Myers1-0/+9
2021-06-24cp: add support for per-location warning groups.Martin Sebor1-7/+5
2021-05-26c++: Fix reference NTTP binding to noexcept fn [PR97420]Patrick Palka1-25/+11
2021-05-18PR100281 C++: Fix SImode pointer handlingAndreas Krebbel1-1/+1
2021-04-03c++: PMF template parm and noexcept [PR90664]Jason Merrill1-0/+5
2021-03-25c-family: Fix up -Wduplicated-branches for union members [PR99565]Jakub Jelinek1-4/+4
2021-03-04c++: Fix up [[nodiscard]] on ctors on targetm.cxx.cdtor_returns_this targets ...Jakub Jelinek1-5/+7
2021-03-03c++: Clean up normalization and satisfaction routinesPatrick Palka1-1/+1
2021-01-25PR c++/98646 - spurious -Wnonnull calling a member on the result of static_castMartin Sebor1-1/+8
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-09c++: Avoid [[nodiscard]] warning in requires-expr [PR98019]Jason Merrill1-0/+3
2020-11-10c, c++: Fix up -Wunused-value on COMPLEX_EXPRs [PR97748]Jakub Jelinek1-24/+14
2020-07-02c++: Support C++20 virtual consteval functions. [PR88335]Jason Merrill1-6/+5
2020-05-18c++: ICE with -Wall and constexpr if [PR94937]Marek Polacek1-2/+1
2020-04-16c++: Error recovery with erroneous DECL_INITIAL [PR94475]Patrick Palka1-1/+3
2020-03-27c++: Handle COMPOUND_EXPRs in ocp_convert [PR94339]Jakub Jelinek1-0/+11
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-23[C++] Fix ICE for binding lax vector conversions to references (PR 93014)Richard Sandiford1-2/+2
2019-12-09cvt.c (maybe_warn_nodiscard): Add workaround for GCC 3.4-4.4 - cast msg to (c...Jakub Jelinek1-12/+14
2019-12-04[C++] Opt out of GNU vector extensions for built-in SVE typesRichard Sandiford1-1/+12
2019-11-27re PR c++/92236 ([concepts] Explain non-satisfaction in static_assert)Andrew Sutton1-0/+6
2019-11-20cvt.c (ocp_convert): Use additional warning sentinel.Paolo Carlini1-0/+1
2019-11-15typeck.c (cp_truthvalue_conversion): Add tsubst_flags_t parameter and use it ...Paolo Carlini1-2/+2
2019-11-13PR c++/89070 - bogus [[nodiscard]] warning in SFINAE.Marek Polacek1-3/+6
2019-10-19Implement C++20 P1301 [[nodiscard("should have a reason")]].JeanHeyd Meneide1-9/+27
2019-08-05cp-tree.h (cp_expr_loc_or_input_loc): New.Paolo Carlini1-6/+6
2019-06-22PR c++/90881 - bogus -Wunused-value in unevaluated context.Marek Polacek1-1/+2
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-1/+1
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-5/+5
2019-05-13Use releasing_vec more broadly.Jason Merrill1-4/+2
2019-05-10call.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.Paolo Carlini1-2/+1
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska1-1/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-01-17[PR88146] avoid diagnostics diffs if cdtor_returns_thisAlexandre Oliva1-0/+10
2019-01-14Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm1-8/+14
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-11-05Fix various latent issues revealed by P0732 work.Jason Merrill1-1/+9
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+3
2018-06-18tree.c (cp_expr_location): New.Jason Merrill1-6/+6
2018-06-03PR c++/85739 - ICE with pointer to member template parm.Jason Merrill1-2/+3
2018-05-24cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini1-5/+5
2018-05-23Fix cast to rvalue reference from prvalue.Jason Merrill1-1/+2
2018-05-14cp-tree.h (TYPE_REF_P): New.Paolo Carlini1-10/+9
2018-05-05cvt.c (ocp_convert): Early handle the special case of a null_ptr_cst_p expr c...Paolo Carlini1-6/+9
2018-04-27cvt.c (cp_fold_convert): Use convert_ptrmem.Jason Merrill1-5/+9
2018-04-27PR c++/85545 - ICE with noexcept PMF conversion.Jason Merrill1-3/+5