[EMAIL PROTECTED] writes:

> > so I'm guessing the problem is the va_arg code in gg_class.m.  If 
> > anyone knows how to fix this, that'll be useful; otherwise I'll just 
> > see if I can follow the similar code in NSInvocation.m to make the 
> > right alterations. 
> 
> Interestingly, I don't have this problem - perhaps because I compile
> with debug=yes ?  I guess it could be a compiler feature/bug.

Yes, that makes sense.  The va-ppc.h header file only enables the
violation checking code when you're not optimizing.  I suppose we
could always turn off optimization for that file...

-- 
Stephen L. Peters                                  [EMAIL PROTECTED]
  PGP fingerprint: A1BF 5A81 03E7 47CE 71E0  3BD4 8DA6 9268 5BB6 4BBE
     "Poodle: The other white meat." -- Sherman, Sherman's Lagoon

_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to