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]

Re: [patch, objc++, testsuite] PR35165, a few extra tidies.


On Mar 30, 2010, at 2:07 PM, Janis Johnson wrote:
> On Sat, Mar 27, 2010 at 8:52 AM, IainS <developer@sandoe-acoustics.co.uk> wrote:
>> As I said in my PR35165 Part 2 email, there are some opportunities to
>> improve a little more for ObjC++.
>> In addition to a couple of minor bug-fixes (posted separately), the
>> following mop up testsuite-only changes.
>> 
>> tested on powerpc-apple-darwin9, i686-apple-darwin9 and ia32-pc-linux.
>> The improvements are best on powerpc (which handles -mdynamic-no-pic, and
>> therefore we clear all the stubify fails).
>> 
>> testsuite/Changelog:
>> 
>> 2010-0327  Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
>> 
>>        PR testsuite/35165
>>        * obj-c++.dg/try-catch-9.mm: Don't XFAIL m32 NeXT runtime.
>>        * obj-c++.dg/try-catch-2.mm: Ditto.
>>        * obj-c++.dg/lookup-2.mm: Ditto.
>>        * obj-c++.dg/encode-8.m: Ditto.
>>        * obj-c++.dg/cxx-ivars-2.mm: Ditto.
>>        * obj-c++.dg/cxx-ivars-3.mm: Skip for GNU, XFail for m64 NeXT.
>>        * obj-c++.dg/const-str-10.mm: Skip for GNU, match .quad for m64 NeXT.
>>        * obj-c++.dg/const-str-11.mm: Ditto.
>>        * obj-c++.dg/const-str-9.mm: Ditto.
>>        * obj-c++.dg/bitfield-3.mm: Skip for GNU runtime.
>>        * obj-c++.dg/bitfield-2.mm: XFAIL run for m64 NeXT runtime.
>>        * obj-c++.dg/except-1.mm: Ditto.
>>        * obj-c++.dg/const-str-7.mm: Ditto.
>>        * obj-c++.dg/cxx-ivars-1.mm: Ditto.
>>        * obj-c++.dg/const-str-3.mm: Ditto.
>>        * obj-c++.dg/const-str-7.mm: Ditto.
>>        * obj-c++.dg/stubify-2.mm: Change dump file name.
> 
> This looks fine to me.  Mike?

Yeah, I think this is a step forward.  Thanks for checking it in.


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