This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patch reversion request


On Thursday, September 12, 2002, at 11:51 AM, Mark Mitchell wrote:



--On Thursday, September 12, 2002 07:43:08 PM +0100 Nathan Sidwell <nathan@codesourcery.com> wrote:

Hi,
The attached patch breaks the following well formed C++,
	void baz (const long &)
	void foo (int a)
	{
	  baz((long)a);
	}
which is a regresion. see gnats prs 7828 & 7858
That seems a valid request; start your 48-hour clock, and then revert
at the end of that time as per our development policy.
I'll look into it.  Obviously this code is fine, and, just as obviously,
there shouldn't be any problem with passing an rvalue to baz.

			--Matt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]