Subject: Old bug/typo in gnu/dist/gcc/gcc/f/com.h
To: None <current-users@NetBSD.ORG>
From: Chris Ross <cross+netbsd@distal.com>
List: current-users
Date: 06/14/2004 17:13:44
This is a multi-part message in MIME format.

--Boundary_(ID_yNpHqMcyVpnv0u3At9GTWA)
Content-type: text/plain; format=flowed; charset=us-ascii
Content-transfer-encoding: 7bit


   I realize that this is more than a year old, but it
causes my sparc (solaris cross-build) to choke, and looking
at it just looks wrong.  com.h:236 conflicts with com.c:11080,
which seems to be a more "correct" definition than the
declaration in com.h:236.

   This patch should fix it.

                       - Chris



--Boundary_(ID_yNpHqMcyVpnv0u3At9GTWA)
Content-type: text/plain; CHARSET=us-ascii; name=foo
Content-transfer-encoding: 7bit
Content-disposition: inline; filename=foo

Index: com.h
===================================================================
RCS file: /cvsroot/src/gnu/dist/gcc/gcc/f/com.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 com.h
--- com.h	23 Jul 2003 02:41:20 -0000	1.1.1.1
+++ com.h	14 Jun 2004 21:09:47 -0000
@@ -233,7 +233,7 @@
 void ffecom_finish_progunit (void);
 tree ffecom_get_invented_identifier (const char *pattern, ...)
   ATTRIBUTE_PRINTF_1;
-ffeinfoKindtype ffecom_gfrt_basictype (ffecomGfrt ix);
+ffeinfoBasictype ffecom_gfrt_basictype (ffecomGfrt ix);
 ffeinfoKindtype ffecom_gfrt_kindtype (ffecomGfrt ix);
 void ffecom_init_0 (void);
 void ffecom_init_2 (void);

--Boundary_(ID_yNpHqMcyVpnv0u3At9GTWA)--