OSDN Git Service

/objc/ChangeLog]
authorzlaski <zlaski@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 2005 06:25:49 +0000 (06:25 +0000)
committerzlaski <zlaski@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 2005 06:25:49 +0000 (06:25 +0000)
commit99469381d269adb4d1d9930e164cb243559e420b
tree93c09ea889a25a12734d437c45ac4d1457f89401
parent96c8d283ee08bf43490b3dcd4e084facaecc1994
/objc/ChangeLog]
2005-07-07  Ziemowit Laski  <zlaski@apple.com>

        PR objc/22274
        * objc-act.c (objc_build_string_object): For GNU-style constants,
        use the @interface type rather than the built-in type.

[gcc/testsuite/ChangeLog]
2005-07-07  Ziemowit Laski  <zlaski@apple.com>

        PR objc/22274
        * obj-c++.dg/gnu-runtime-[1-2].mm: New.
        * objc.dg/gnu-runtime-2.m: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101686 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/objc/ChangeLog
gcc/objc/objc-act.c
gcc/testsuite/ChangeLog
gcc/testsuite/obj-c++.dg/gnu-runtime-1.mm [new file with mode: 0644]
gcc/testsuite/obj-c++.dg/gnu-runtime-2.mm [new file with mode: 0644]
gcc/testsuite/objc.dg/gnu-runtime-2.m [new file with mode: 0644]