re PR objc/22274 (string[1-4].m, const-str-5.m fails with the gnu runtime)
authorZiemowit Laski <zlaski@apple.com>
Thu, 7 Jul 2005 06:25:49 +0000 (06:25 +0000)
committerZiemowit Laski <zlaski@gcc.gnu.org>
Thu, 7 Jul 2005 06:25:49 +0000 (06:25 +0000)
commitf5d21c4ca15a9423443ce33efb3c9b8ebcde051e
tree93c09ea889a25a12734d437c45ac4d1457f89401
parent1a5577239fdf250e3fde521810339981d90c11c8
re PR objc/22274 (string[1-4].m, const-str-5.m fails with the gnu runtime)

/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.

From-SVN: r101686
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]