This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fwd: GCC build failed for native with your patch on2001-10-04T00:09:54Z.
- To: Ziemowit Laski <zlaski at apple dot com>
- Subject: Re: Fwd: GCC build failed for native with your patch on2001-10-04T00:09:54Z.
- From: Stan Shebs <shebs at apple dot com>
- Date: Thu, 04 Oct 2001 17:07:07 -0700
- CC: gcc-patches at gcc dot gnu dot org
- References: <CA18EF8D-B922-11D5-9FED-0030658361CA@apple.com>
Ziemowit Laski wrote:
>
> HELP!!! :)
>
> Is there a way of finding out more about these failures? (I'm
> especially concerned about
> the new failures.) I cannot quite reproduce this on Darwin, possibly
> due to discrepancies
> between GNU and NeXT runtime semantics.
I usually test on Linux as well as Darwin when tinkering with ObjC
stuff. Another kludge I've done is to add an explicit -fgnu-runtime
into the test harness (I have a unsubmitted patch to make ObjC tests
iterate on various options a la C torture, it itself needs more
testing though).
Stan