public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Dmitry Samersoff <dms@samersoff.net>
To: gcc@gnu.org
Subject: GCC  3.3.6 source bugs (can't compile it with gcc 4.1.2)
Date: Thu, 06 Aug 2009 14:26:00 -0000	[thread overview]
Message-ID: <4A7AE6BE.4030003@samersoff.net> (raw)

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

             reply	other threads:[~2009-08-06 14:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-06 14:26 Dmitry Samersoff [this message]
2009-08-06 14:32 ` Diego Novillo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A7AE6BE.4030003@samersoff.net \
    --to=dms@samersoff.net \
    --cc=gcc@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).