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, Darwin, c*, ObjC* 2/2] Implement Darwin CFStrings.



On 21 Oct 2010, at 18:20, Jack Howarth wrote:


On Tue, Oct 19, 2010 at 09:51:22AM +0100, IainS wrote:
since the facility defaults "on" for Darwin all the test-suite string
tests (and a few others that use const strings) had to be changed.
tedious - but I took the opportunity to update as I went.
checked on {powerpc,i686}-darwin9, x86_64-darwin10, i686-darwin8,
x86_64-unknown-linux, and a cross to cris-elf

will apply once part 1 is approved.
cheers
Iain

Does this require additional patches beyond part1? It seems to patching
a lot of missing files...


gcc/testsuite/obj-c++.dg/torture/strings/const-str-10.mm
gcc/testsuite/obj-c++.dg/torture/strings/const-str-11.mm
gcc/testsuite/obj-c++.dg/torture/strings/const-str-3.mm
gcc/testsuite/obj-c++.dg/torture/strings/const-str-4.mm


we need to improve our coverage for optimized and lto cases.

so, it moves the string tests that check the generated code (or runtime functionality) to the torture part of the suite - i.e. these do already exist - but not in the torture section.

I took advantage of the fact that all the string tests needed to be touched to kill two birds w/one stone.

cheers,
Iain

P.S. hopefully will get these patches applied tonight or tomorrow.



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