This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/53283] [4.8 Regression] Many failures on x86_64-apple-darwin10 after revision 186789
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 20 May 2012 09:29:39 +0000
- Subject: [Bug target/53283] [4.8 Regression] Many failures on x86_64-apple-darwin10 after revision 186789
- Auto-submitted: auto-generated
- References: <bug-53283-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53283
--- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-05-20 09:29:39 UTC ---
> The attached patch bootstrapped on *86*-darwin9/10, ppc-darwin9 - lightly
> tested ... needs checking on Darwin11.
The patch in comment #6 (after a clean bootstrap) fixes most of the failures,
but
FAIL: g++.dg/other/darwin-cfstring1.C ...
FAIL: obj-c++.dg/strings/const-cfstring-2.mm -fnext-runtime ...
Note that an ICE has been recently introduced for
obj-c++.dg/ivar-invalid-type-1.mm (I'll open a new PR for it ASAP).
Thanks for the patch