public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC  3.3.6 source bugs (can't compile it with gcc 4.1.2)
@ 2009-08-06 14:26 Dmitry Samersoff
  2009-08-06 14:32 ` Diego Novillo
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Samersoff @ 2009-08-06 14:26 UTC (permalink / raw)
  To: gcc

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 ...

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: GCC 3.3.6 source bugs (can't compile it with gcc 4.1.2)
  2009-08-06 14:26 GCC 3.3.6 source bugs (can't compile it with gcc 4.1.2) Dmitry Samersoff
@ 2009-08-06 14:32 ` Diego Novillo
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Novillo @ 2009-08-06 14:32 UTC (permalink / raw)
  To: Dmitry Samersoff; +Cc: gcc

On Thu, Aug 6, 2009 at 10:20, Dmitry Samersoff<dms@samersoff.net> wrote:

> shine:gcc-3.3.6#diff -u ./gcc/f/com.c_orig ./gcc/f/com.c

The 3.x series are no longer maintained.  You will need to maintain
your own repository for these changes.

Contributions to GCC are always welcome, please refer to
http://gcc.gnu.org/contribute.html for guidelines.


Thanks.  Diego.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-06 14:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-06 14:26 GCC 3.3.6 source bugs (can't compile it with gcc 4.1.2) Dmitry Samersoff
2009-08-06 14:32 ` Diego Novillo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).