This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC 3.3.6 source bugs (can't compile it with gcc 4.1.2)
- From: Dmitry Samersoff <dms at samersoff dot net>
- To: gcc at gnu dot org
- Date: Thu, 06 Aug 2009 18:20:46 +0400
- Subject: GCC 3.3.6 source bugs (can't compile it with gcc 4.1.2)
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
dms@samersoff.net, http://devnull.samersoff.net
* There will come soft rains ...