> I've commited this, with a few changes to the "DP" headers with > information that I want to see on all the patches in there eventually. > > With this, does ia64 now build and run? ia64-perf.dpatch is still > disabled.
it fails some of the regexp tests... but it builds fine otherwise ./ia64-linux/obj/posix/runptests.out:regexp: "[[:alnum:]]*", string: " aB28gH" -> wrong match (0 to 0): FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "[^[:alnum:]]*", string: "2 ,a" -> wrong match (0 to 0): FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "[[:alpha:]]*", string: " aBgH2" -> wrong match (0 to 0): FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "[[:digit:]]*", string: "a28" -> wrong match (0 to 0): FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "[[:punct:]]*", string: "a,2" -> wrong match (0 to 0): FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "[^[:space:]]*", string: " aB28gH, " -> wrong match (0 to 0): FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "[[:upper:]]*", string: "aBH2" -> wrong match (0 to 0): FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "[[:xdigit:]]*", string: "gaB28h" -> wrong match (0 to 0): FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "[^[:xdigit:]]*", string: "a gH,2" -> wrong match (0 to 0): FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "\(a\)010\{1,2\}", string: "aaaabc" -> no match, FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "\(\(a\)\1\)\{1,2\}", string: "aaaabc" -> FAIL: Invalid back reference ./ia64-linux/obj/posix/runptests.out:regexp: "\([a-c]*\)\{2,\}", string: "abcdefg" -> wrong match (0 to 3): FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "\^\[[[.].]]\\(\\1\\)\\*\\{1,2\\}\$", string: "a^[]\(1\)\*\{1,2\}$b" -> no match, FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "[$\(*\)1]*", string: "$\()*^" -> wrong match (0 to 5): FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "\(*\)*\1*", string: "a*b*11" -> wrong match (0 to 0): FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "\(a\(b\{1,2\}\)\{1,2\}\)", string: "abbab" -> wrong match (0 to 3): FAIL ./ia64-linux/obj/posix/runptests.out:regexp: "[a-z]*$", string: "99ZZxyz99" -> wrong match (9 to 9): FAIL randolph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]