public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "howarth at nitro dot med.uc.edu" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/54404] [4.8 Regression] *cfstring* failures for (obj-c|g)++ on *-apple-darwin* after revision 186978
Date: Thu, 06 Dec 2012 17:41:00 -0000	[thread overview]
Message-ID: <bug-54404-4-rFEMbA3Yn0@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-54404-4@http.gcc.gnu.org/bugzilla/>


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54404

--- Comment #18 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-12-06 17:41:34 UTC ---
(In reply to comment #17)
> Fixed?

Note on x86_64-apple-darwin12 which uses a newer Objective C runtime. There are
failures in...


FAIL: objc.dg/torture/strings/const-str-10.m  -O0  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-10.m  -O1  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-10.m  -O2  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-10.m  -O3 -fomit-frame-pointer 
-fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/const-str-10.m  -O3 -g  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-10.m  -Os  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-10.m  -O2 -flto -flto-partition=none 
-fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/const-str-10.m  -O2 -flto  -fnext-runtime (test
for excess errors)
FAIL: objc.dg/torture/strings/const-str-11.m  -O0  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-11.m  -O1  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-11.m  -O2  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-11.m  -O3 -fomit-frame-pointer 
-fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/const-str-11.m  -O3 -g  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-11.m  -Os  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-11.m  -O2 -flto -flto-partition=none 
-fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/const-str-11.m  -O2 -flto  -fnext-runtime (test
for excess errors)
FAIL: objc.dg/torture/strings/const-str-9.m  -O0  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-9.m  -O1  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-9.m  -O2  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-9.m  -O3 -fomit-frame-pointer 
-fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/const-str-9.m  -O3 -g  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-9.m  -Os  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/const-str-9.m  -O2 -flto -flto-partition=none 
-fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/const-str-9.m  -O2 -flto  -fnext-runtime (test
for excess errors)
FAIL: objc.dg/torture/strings/string1.m  -O2 -flto -flto-partition=none 
-fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string1.m  -O2 -flto  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/string2.m  -O2 -flto -flto-partition=none 
-fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string2.m  -O2 -flto  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/string3.m  -O2 -flto -flto-partition=none 
-fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string3.m  -O2 -flto  -fnext-runtime (test for
excess errors)
FAIL: objc.dg/torture/strings/string4.m  -O2 -flto -flto-partition=none 
-fnext-runtime (test for excess errors)
FAIL: objc.dg/torture/strings/string4.m  -O2 -flto  -fnext-runtime (test for
excess errors)

of the form...

Executing on host: /sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/xgcc
-B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121206/gcc/testsuite/objc.dg/torture/strings/const-str-10.m
 -fno-diagnostics-show-caret   -O0  -fnext-runtime -mno-constant-cfstrings 
-B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin12.2.0/./libobjc/.libs
 
-L/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin12.2.0/./libobjc/.libs
 -S  -m64 -o const-str-10.s    (timeout = 300)
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121206/gcc/testsuite/objc.dg/torture/strings/const-str-10.m:13:1:
error: cannot find interface declaration for 'Object', superclass of
'NSString'^M
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121206/gcc/testsuite/objc.dg/torture/strings/const-str-10.m:31:1:
error: interface 'NSConstantString' does not have valid constant string
layout^M
compiler exited with status 1
output is:
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121206/gcc/testsuite/objc.dg/torture/strings/const-str-10.m:13:1:
error: cannot find interface declaration for 'Object', superclass of
'NSString'^M
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121206/gcc/testsuite/objc.dg/torture/strings/const-str-10.m:31:1:
error: interface 'NSConstantString' does not have valid constant string
layout^M

FAIL: objc.dg/torture/strings/const-str-10.m  -O0  -fnext-runtime (test for
excess errors)


  parent reply	other threads:[~2012-12-06 17:41 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-29 10:33 [Bug target/54404] New: [4.8 Regression] *cfstring* failures for (obj-c|g)++ on *-apple-darwin* after revision 186789 dominiq at lps dot ens.fr
2012-10-13 19:27 ` [Bug target/54404] " howarth at nitro dot med.uc.edu
2012-10-14  5:52 ` dominiq at lps dot ens.fr
2012-10-14 19:26 ` [Bug target/54404] [4.8 Regression] *cfstring* failures for (obj-c|g)++ on *-apple-darwin* after revision 186978 dominiq at lps dot ens.fr
2012-10-14 20:29 ` howarth at nitro dot med.uc.edu
2012-10-17 20:46 ` dominiq at lps dot ens.fr
2012-10-17 21:04 ` howarth at nitro dot med.uc.edu
2012-10-17 21:18 ` howarth at nitro dot med.uc.edu
2012-10-17 23:06 ` howarth at nitro dot med.uc.edu
2012-10-17 23:15 ` howarth at nitro dot med.uc.edu
2012-10-17 23:58 ` howarth at nitro dot med.uc.edu
2012-10-18  0:16 ` howarth at nitro dot med.uc.edu
2012-10-18  0:24 ` howarth at nitro dot med.uc.edu
2012-10-18  0:25 ` howarth at nitro dot med.uc.edu
2012-10-18  0:29 ` howarth at nitro dot med.uc.edu
2012-10-27 11:31 ` iains at gcc dot gnu.org
2012-10-27 16:34 ` howarth at bromo dot med.uc.edu
2012-12-06 16:43 ` rguenth at gcc dot gnu.org
2012-12-06 17:41 ` howarth at nitro dot med.uc.edu [this message]
2012-12-06 17:49 ` howarth at nitro dot med.uc.edu
2012-12-06 17:55 ` howarth at nitro dot med.uc.edu
2012-12-07 13:50 ` dominiq at lps dot ens.fr
2012-12-07 14:53 ` howarth at bromo dot med.uc.edu
2012-12-11  8:55 ` jakub at gcc dot gnu.org
2012-12-11 15:53 ` dominiq at lps dot ens.fr
2012-12-11 20:37 ` dominiq at lps dot ens.fr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-54404-4-rFEMbA3Yn0@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).