Re: ObjC/ObjC++: Fix property encoding on Apple

2011-03-04 Thread Dominique Dhumieres
> Please let me know if it still doesn't work! I have regtested obj(c|-c++) on x86_64-apple-darwin10 without any failure. Thanks for the work. Dominique

Re: ObjC/ObjC++: Fix property encoding on Apple

2011-03-04 Thread Nicola Pero
On 4 Mar 2011, at 16:41, Dominique Dhumieres wrote: Nicola, obj-c++.dg/property/property-encoding-1.mm fails to compile with: [...] You need to use the right C++ incantations, [...] Apologies. I now did the obvious changes that should make it work in both the ObjC and ObjC++ testsuite

Re: ObjC/ObjC++: Fix property encoding on Apple

2011-03-04 Thread Dominique Dhumieres
Nicola, obj-c++.dg/property/property-encoding-1.mm fails to compile with: /opt/gcc/work/gcc/testsuite/obj-c++.dg/property/property-encoding-1.mm: In function 'char* concat(char*, char*, char*)':^M /opt/gcc/work/gcc/testsuite/obj-c++.dg/property/property-encoding-1.mm:95:40: error: invalid conve

Re: ObjC/ObjC++: Fix property encoding on Apple

2011-03-04 Thread Nicola Pero
With your patch and Dominique's change both the objc and obj-c++ testsuites pass without regressions at -m32/-m64. Updating the objc/c++ testcase is obvious if everyone is on the same page. :-) Yes. Thanks a lot to Jack and Dominique for the helpful review/ testing. :-) I committed

Re: ObjC/ObjC++: Fix property encoding on Apple

2011-03-04 Thread Nicola Pero
With your patch and Dominique's change both the objc and obj-c++ testsuites pass without regressions at -m32/-m64. Updating the objc/c++ testcase is obvious if everyone is on the same page. :-) Yes. Thanks a lot to Jack and Dominique for the helpful review/ testing. :-) I committed