ICE on ia64 in mainline

Andreas Schwab schwab@suse.de
Fri Apr 5 00:54:00 GMT 2002


Current mainline ICE's due to a missing declaration.  Installed.

Andreas.

2002-04-05  Andreas Schwab  <schwab@suse.de>

	* c-convert.c: Include c-convert.h.
	* Makefile.in (c-convert.o): Update.

--- gcc/Makefile.in.~1.854.~	2002-04-05 10:44:04.000000000 +0200
+++ gcc/Makefile.in	2002-04-05 10:48:33.000000000 +0200
@@ -1165,7 +1165,8 @@
     langhooks.h $(GGC_H)
 c-aux-info.o : c-aux-info.c  $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(C_TREE_H) \
     flags.h toplev.h
-c-convert.o : c-convert.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h toplev.h
+c-convert.o : c-convert.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h toplev.h \
+    c-convert.h
 c-pragma.o: c-pragma.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) function.h \
     c-pragma.h toplev.h output.h $(GGC_H) $(TM_P_H) $(C_COMMON_H)
 mbchar.o: mbchar.c $(CONFIG_H) $(SYSTEM_H) mbchar.h
--- gcc/c-convert.c.~1.14.~	2002-04-05 10:44:05.000000000 +0200
+++ gcc/c-convert.c	2002-04-05 10:45:59.000000000 +0200
@@ -1,5 +1,5 @@
 /* Language-level data type conversion for GNU C.
-   Copyright (C) 1987, 1988, 1991, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1988, 1991, 1998, 2002 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -29,6 +29,7 @@
 #include "tree.h"
 #include "flags.h"
 #include "convert.h"
+#include "c-convert.h"
 #include "toplev.h"
 
 /* Change of width--truncation and extension of integers or reals--

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gcc-patches mailing list