gcc/libstdc++-v3/testsuite/20_util/is_constructible
Jason Merrill c7e936dbc7 PR c++/86521 - wrong overload resolution with ref-qualifiers.
Here we were wrongly treating binding a const lvalue ref to an xvalue as
direct binding, which is wrong under [dcl.init.ref] and [over.match.ref].

	* call.c (build_user_type_conversion_1): Don't use a conversion to a
	reference of the wrong rvalueness for direct binding.

From-SVN: r269602
2019-03-11 23:19:22 -04:00
..
requirements Update copyright years. 2019-01-01 13:31:55 +01:00
51185.cc Update copyright years. 2019-01-01 13:31:55 +01:00
68430.cc
77395.cc Update copyright years. 2019-01-01 13:31:55 +01:00
80812.cc Update copyright years. 2019-01-01 13:31:55 +01:00
value-2.cc PR c++/86521 - wrong overload resolution with ref-qualifiers. 2019-03-11 23:19:22 -04:00
value.cc Update copyright years. 2019-01-01 13:31:55 +01:00