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 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.

--
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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