This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/66448] [6 Regression] Bootstrap fails on darwin after r224161
- 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: Fri, 12 Jun 2015 09:56:28 +0000
- Subject: [Bug bootstrap/66448] [6 Regression] Bootstrap fails on darwin after r224161
- Auto-submitted: auto-generated
- References: <bug-66448-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66448
--- Comment #24 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
I still see
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm -O0 -fnext-runtime
(test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-cfstring-1.mm -O0
-fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm -O1 -fnext-runtime
(test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-cfstring-1.mm -O1
-fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm -O2 -fnext-runtime
(test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-cfstring-1.mm -O2
-fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm -O3 -fomit-frame-pointer
-fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-cfstring-1.mm -O3
-fomit-frame-pointer -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm -O3 -g -fnext-runtime
(test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-cfstring-1.mm -O3 -g
-fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm -Os -fnext-runtime
(test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-cfstring-1.mm -Os
-fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm -O2 -flto
-flto-partition=none -fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-cfstring-1.mm -O2 -flto
-flto-partition=none -fnext-runtime compilation failed to produce executable
FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm -O2 -flto
-fnext-runtime (test for excess errors)
UNRESOLVED: obj-c++.dg/torture/strings/const-cfstring-1.mm -O2 -flto
-fnext-runtime compilation failed to produce executable
with the patches in comments 17 and 20. What am I missing?