This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[objective-c] patch


Couple of small objective-c patches to fix couple of problems. fsf-4327263.txt removes file name from module descriptor perceived as a potential security leak (our runtime guys have confirmed that it has no implications). fsf-4156731.txt fixes an ICE when issuing warning.
Mike Stump has approved these two patches.


- fariborz (fjahanian@apple.com)


objc/ChangeLog:


2006-03-02 Fariborz Jahanian <fjahanian@apple.com>

        * objc-act.c (init_module_descriptor): Remove file name from
        module descriptor.
        (gen_type_name_0): Fix ICE when issuing warning.

testsuite/ChangeLog:

2006-03-02 Fariborz Jahanian <fjahanian@apple.com>

        * objc.dg/objc-nofilename-1.m: New test.
        * objc.dg/bad-receiver-type.m: New test.
        * obj-c++.dg/bad-receiver-type.mm: New test.

Attachment: fsf-4327263.txt
Description: Text document

Attachment: fsf-4156731.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]