aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cvt.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-26PR c++/85545 - ICE with noexcept PMF conversion.Jason Merrill1-1/+3
2018-03-20PR c++/84978, ICE with NRVO.Jason Merrill1-2/+11
2018-03-04PR c++/84686 - missing volatile loads.Jason Merrill1-0/+2
2018-01-29PR c++/68810 - wrong location for reinterpret_cast error.Jason Merrill1-0/+5
2018-01-29PR c++/83942 - wrong unused warning with static_cast.Jason Merrill1-1/+4
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-24re PR c++/82307 (unscoped enum-base incorrect cast)Mukesh Kapoor1-3/+18
2017-10-10More delayed lambda capture fixes.Jason Merrill1-16/+2
2017-10-10Require wi::to_wide for treesRichard Sandiford1-1/+1
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford1-2/+2
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-06-09Missing bits from N4268, constant evaluation for all non-type args.Jason Merrill1-3/+6
2017-06-09Overhaul pointer-to-member conversion and template argument handling.Jason Merrill1-8/+21