Commit 1bd3ed56 by Jason Merrill

re PR c++/60345 (r208159 causes Firefox build error)

	PR c++/60345
	* g++.dg/conversion/ref1.C: New.

From-SVN: r208176
parent 2f75f515
// PR c++/60345
struct C {};
struct J : C {};
struct A {
operator J* ();
};
A p;
C* const& q = p;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment