This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

objc regressions




Some recent change has caused most of the objc testsuite to fail to
compile.  The error is:

In file included from objc/execute/bf-1.m:23:
objc/execute/bf-common.h:64: attempt to encode signed int of unknown type

causing failures for all objc testcases except bf-18 and bf-19.

The relevant change appears to be

Tue Feb 16 15:31:39 1999  Ovidiu Predescu  <ovidiu@cup.hp.com>

        * objc/objc-act.c (encode_type): Encode the type instead of
        encoding the mode of the type (patch from Richard Frith-Macdonald
        <richard@brainstorm.co.uk>).

zw