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: [PATH] fix c/10962, slow lookup_field



On Friday, May 30, 2003, at 17:16 US/Eastern, Joseph S. Myers wrote:


On Fri, 30 May 2003, Andrew Pinski wrote:

+field_decl_cmp (const void* x_p, const void* y_p)

The style used for C in the GNU Coding Standards is "void *foo" not "void* foo" (here and elsewhere in this patch).

Ok fixed but `Nathanael Nerode' had it wrong before because I just copied that code from cp/class.c.
2003-01-22 Nathanael Nerode <neroden@gcc.gnu.org>


* class.c, parser.c: ANSIfy function definitions and declarations.
If need be I will send in a patch that will correct this.




New Patch with the corrections for the GNU Coding Standards (but just in my patch), ChangeLog the same as before.

Attachment: fixPR10962.diff
Description: Binary data




Note I do not have cvs access.



Thanks, Andrew Pinski






-- Joseph S. Myers jsm28@cam.ac.uk



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