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, C++] Fix PR63366: __complex not equivalent to __complex double in C++


> From: gcc-patches-owner@gcc.gnu.org [mailto:gcc-patches-
> owner@gcc.gnu.org] On Behalf Of Thomas Preud'homme
> Sent: Monday, September 29, 2014 3:33 PM
> ChangeLog are as follows:
> 
> *** gcc/cp/ChangeLog ***
> 
> 2014-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
> 
> 	* decl.c (grokdeclarator): Set defaulted_int when defaulting to
> int
> 	because type is null.
> 
> *** gcc/testsuite/ChangeLog ***
> 
> 2014-10-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
> 
> 	* g++.dg/torture/pr63366.C: New test.

Forgot the PR info. Here are the right ChangeLog:

*** gcc/cp/ChangeLog ***

2014-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>

	PR C++/63366
	* decl.c (grokdeclarator): Set defaulted_int when defaulting to int
	because type is null.

*** gcc/testsuite/ChangeLog ***

2014-10-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>

	PR C++/63366
	* g++.dg/torture/pr63366.C: New test.

Best regards,

Thomas 





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