1. fixincl script uses $SHELL variable and assume it points to sh derived shell, therefor it doesn't work with tcsh.

Have to be changed to explicit /bin/sh

2. Conflict type declaration in com.c

shine:gcc-3.3.6#diff -u ./gcc/f/com.c_orig ./gcc/f/com.c
--- ./gcc/f/com.c_orig  2009-08-06 17:52:05.111996368 +0400
+++ ./gcc/f/com.c       2009-08-06 17:52:24.331939097 +0400
@@ -11075,7 +11075,7 @@
   return decl;
 }

-ffeinfoBasictype
+ffeinfoKindtype
 ffecom_gfrt_basictype (ffecomGfrt gfrt)
 {
   assert (gfrt < FFECOM_gfrt);



--
Dmitry Samersoff
d...@samersoff.net, http://devnull.samersoff.net
* There will come soft rains ...

Reply via email to