public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gunther Nikl <gni@gecko.de>
To: Bernardo Innocenti <bernie@develer.com>
Cc: GCC Mailing List <gcc@gcc.gnu.org>, Richard Henderson <rth@redhat.com>
Subject: Re: Testing m68k changes on AmigaOS and Linux/m68k
Date: Tue, 14 Oct 2003 13:56:00 -0000	[thread overview]
Message-ID: <20031014113756.GA1899@lorien.int.gecko.de> (raw)
In-Reply-To: <3F8BAED0.70004@develer.com>

On Tue, Oct 14, 2003 at 10:07:44AM +0200, Bernardo Innocenti wrote:
> You're probably one of the few people who exercise canadian cross
> builds :-)

  Quite possible. I started doing such builds this year when I discovered
  how to do that and was surprised to see how "easy" it is :-)

> I see you're using the MIT syntax on the Amiga. Some guy told me the
> GeekGadgets port of GCC used it.

  You have a really bad memory ;-) I told you that.

> Have you ever tried defining MOTOROLA? If you're luckly, it should work
> out of the box.

  I never tried and I won't try it because the assembler I am using
  doesn't support it.

> I'm asking because I still have a (not so hidden) agenda for obsoleting
> the MIT syntax some day...

  I know and I am still against it. Such bugs could be caught easily by
  converting from #if[n]def MOTOROLA to if (MOTOROLA) with MOTOROLA defined
  to 0 or 1. Then the compiler would eliminate the dead code.

> > I going to test the coss-built native compiler tonight.

  Unfortunately the cross-built compiler doesn't work :-( It seems to be
  miscompiled since I get this error message:

    ./cc1 -E foo.c 
    <internal>:0: internal compiler error: tree check: expected class 'd',
     have 'd' (function_decl) in make_decl_rtl, at varasm.c:882

  The compiler was built by a cross-compiler built from the same source as
  this one. A native 3.4 built at the beginning of September 2003 works. I
  am going to test whether 3.3 and an older 3.4 as build compiler will do
  better. Currently I don't know when it broke :-/

  Gunther

  reply	other threads:[~2003-10-14 11:37 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-12  4:07 Bernardo Innocenti
2003-10-13 17:24 ` Gunther Nikl
2003-10-14 12:40   ` Bernardo Innocenti
2003-10-14 13:56     ` Gunther Nikl [this message]
2003-10-14 17:00       ` Bernardo Innocenti
2003-10-15 12:40         ` Gunther Nikl
2003-10-15 17:42           ` Gunther Nikl
2003-10-15 20:53             ` Bernardo Innocenti
2003-10-15 21:18               ` Andreas Schwab
2003-10-16 15:27               ` Gunther Nikl
2003-10-16 16:36                 ` Andreas Schwab
2003-10-16 17:27                 ` Bernardo Innocenti
2003-10-21 14:38                   ` Gunther Nikl
2003-10-21 20:33                     ` Bernardo Innocenti
2003-10-23 16:11                       ` Gunther Nikl
2003-10-23 20:30                         ` Bernardo Innocenti
2003-10-24 13:49                           ` Gunther Nikl
2003-10-25  6:04                             ` Bernardo Innocenti
2003-10-15 13:57         ` Gunther Nikl
2003-10-31 23:47 ` Matthias Klose

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=20031014113756.GA1899@lorien.int.gecko.de \
    --to=gni@gecko.de \
    --cc=bernie@develer.com \
    --cc=gcc@gcc.gnu.org \
    --cc=rth@redhat.com \
    /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).