swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Perrone Alessandro <address@hidden>] News and last problem with swa


From: Marcus G. Daniels
Subject: Re: [Perrone Alessandro <address@hidden>] News and last problem with swarm on macosx
Date: 27 Apr 2002 16:29:40 -0600
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

>>>>> "WN" == W Northcott <address@hidden> writes:

WN> IMHO it would be better to use the nervous-weasel-branch.  a.
WN> because that is what Apple will ship as developer tools.  b.
WN> because of the above, they are much more motivated to fix it.

Nervous weasel ICEs, just like the trunk..

address@hidden $ gcc -DCRASH_COMPILER -O2 -no-cpp-precomp  nested2.m
nested2.m: In function `blargh':
nested2.m:25: internal error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
address@hidden $ gcc -v
Reading specs from /packages/lib/gcc-lib/powerpc-apple-darwin5.4/3.1/specs
Configured with: /src/gcc3-nervous-weasel/configure --prefix=/packages 
--srcdir=/src/gcc3-nervous-weasel
Thread model: single
Apple Computer, Inc. GCC version 1042, based on gcc version 3.1 20020105 
(experimental)
address@hidden cat nested2.m
#include <stddef.h>
 
void
bappy (void (*blargh) (int a, int b
#ifdef CRASH_COMPILER
  , int c
#endif
  ))
{
}

@interface Foo
- (void)foo;
@end

@implementation Foo
- (void)foo
{
  void blargh (int a, int b
#ifdef CRASH_COMPILER
               , int c
#endif
              )
    {
    }

  bappy (blargh);
}
@end

main () { }


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]