Mail Archives: pgcc/1998/09/29/03:35:46
X-pop3-spooler: | POP3MAIL 2.1.0 b 4 980420 -bs-
|
From: | rodneybrown AT pmsc DOT com
|
Message-Id: | <9809289070.AA907040262@cc.pmsc.com>
|
X-Mailer: | ccMail Link to SMTP R8.00.01
|
Date: | Tue, 29 Sep 98 13:24:14 -0500
|
To: | <pgcc-list AT Desk DOT nl>
|
Subject: | Patch to egcs-1.1b.pgcc (correcting typo?)
|
MIME-Version: | 1.0
|
Sender: | Marc Lehmann <pcg AT goof DOT com>
|
Status: | RO
|
X-Status: | A
|
Lines: | 47
|
--simple boundary
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
The following patch was for a typo found trying to build an egcs-1.1b.pgcc cross
compiler for SCO-3.2.4 on linux.
--- egcs-1.1b.pgcc/gcc/fold-const.c.pgcc.orig Thu Sep 24 17:02:43 1998
+++ egcs-1.1b.pgcc/gcc/fold-const.c Fri Sep 25 18:04:16 1998
@@ -4824,7 +4824,7 @@
&& TREE_CODE (TREE_OPERAND (t, 1)) == REAL_CST
&& TREE_CODE (TREE_TYPE (TREE_OPERAND (t, 1))) == REAL_TYPE
&& TYPE_NAME (TREE_TYPE (TREE_OPERAND (t, 1)))
- && TREE_CODE (TYPE_NAME (TREE_TYPE (TREE_OPERAND(t, 1))))== TYPE_DE L
+ && TREE_CODE (TYPE_NAME (TREE_TYPE (TREE_OPERAND(t, 1))))== TYPE_DECL
&& TREE_REAL_CST (TREE_OPERAND (t, 1)) >= 2.0
&& TREE_REAL_CST (TREE_OPERAND (t, 1))
== (double)(REAL_VALUE_UNSIGNED_FIX(TREE_REAL_CST(TREE_OPERAND(t,
1))))
And again as a Mime attachment since the blasted mailer has wrapped it.
NB I'm not on the mailing list
--simple boundary
Content-Type: text/plain; charset=US-ASCII; name="egcs-1.1b.pgcc.pch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="egcs-1.1b.pgcc.pch"
--- egcs-1.1b.pgcc/gcc/fold-const.c.pgcc.orig Thu Sep 24 17:02:43 1998
+++ egcs-1.1b.pgcc/gcc/fold-const.c Fri Sep 25 18:04:16 1998
@@ -4824,7 +4824,7 @@
&& TREE_CODE (TREE_OPERAND (t, 1)) == REAL_CST
&& TREE_CODE (TREE_TYPE (TREE_OPERAND (t, 1))) == REAL_TYPE
&& TYPE_NAME (TREE_TYPE (TREE_OPERAND (t, 1)))
- && TREE_CODE (TYPE_NAME (TREE_TYPE (TREE_OPERAND(t, 1))))== TYPE_DE CL
+ && TREE_CODE (TYPE_NAME (TREE_TYPE (TREE_OPERAND(t, 1))))== TYPE_DECL
&& TREE_REAL_CST (TREE_OPERAND (t, 1)) >= 2.0
&& TREE_REAL_CST (TREE_OPERAND (t, 1))
== (double)(REAL_VALUE_UNSIGNED_FIX(TREE_REAL_CST(TREE_OPERAND(t, 1))))
--simple boundary--
- Raw text -