Bootstrap problem w/980115 snapshot.
Lee Iverson
leei@ai.sri.com
Fri Jan 16 14:37:00 GMT 1998
This is pretty generic and only caught because the default cc on the
SGI is pretty strict. The error is a type mismatch with negate_rtx() on
line 3760 in reorg.c since no proto for negate_rtx() is seen prior to
reference.
1998-01-16 Lee Iverson <leei@Canada.AI.SRI.COM>
* (reorg.c): #include "expr.h" for rtx prototypes.
*** gcc/reorg.c.~1~ Fri Jan 16 12:49:41 1998
--- gcc/reorg.c Fri Jan 16 13:47:18 1998
*************** Boston, MA 02111-1307, USA. */
*** 119,122 ****
--- 119,123 ----
#include <stdio.h>
#include "rtl.h"
+ #include "expr.h"
#include "insn-config.h"
#include "conditions.h"
-------------------------------------------------------------------------------
Lee Iverson SRI International
leei@ai.sri.com 333 Ravenswood Ave., Menlo Park CA 94025
http://www.ai.sri.com/~leei/ (650) 859-3307
More information about the Gcc
mailing list