public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: objc/6107: sparc-sun-solaris2.7 gcc-3.1 extra objc testsuite failures w/-m64
@ 2002-04-10  4:40 hp
  0 siblings, 0 replies; 2+ messages in thread
From: hp @ 2002-04-10  4:40 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, ghazi, nobody

Synopsis: sparc-sun-solaris2.7 gcc-3.1 extra objc testsuite failures w/-m64

State-Changed-From-To: open->closed
State-Changed-By: hp
State-Changed-When: Wed Apr 10 04:40:30 2002
State-Changed-Why:
    Fixed with the patch in the audit trail, according to
    <URL:http://gcc.gnu.org/ml/gcc-testresults/2002-04/msg00358.html>
    vs. <URL:http://gcc.gnu.org/ml/gcc-testresults/2002-04/msg00311.html>

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6107


^ permalink raw reply	[flat|nested] 2+ messages in thread

* objc/6107: sparc-sun-solaris2.7 gcc-3.1 extra objc testsuite failures w/-m64
@ 2002-03-30  7:06 ghazi
  0 siblings, 0 replies; 2+ messages in thread
From: ghazi @ 2002-03-30  7:06 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6107
>Category:       objc
>Synopsis:       sparc-sun-solaris2.7 gcc-3.1 extra objc testsuite failures w/-m64
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          wrong-code
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 30 07:06:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kaveh Ghazi
>Release:        gcc version 3.1 20020328 (prerelease)
>Organization:
>Environment:
sparc-sun-solaris2.7 native as/ld
>Description:
These are all excess failures exposed by adding -m64:

Running target unix/-m64
FAIL: objc/execute/bycopy-3.m execution,  -O0
FAIL: objc/execute/bycopy-3.m execution,  -O1
FAIL: objc/execute/bycopy-3.m execution,  -O2
FAIL: objc/execute/bycopy-3.m execution,  -O3 -fomit-frame-pointer
FAIL: objc/execute/bycopy-3.m execution,  -O3 -g
FAIL: objc/execute/bycopy-3.m execution,  -Os
FAIL: objc/execute/formal_protocol-5.m execution,  -O0
FAIL: objc/execute/formal_protocol-5.m execution,  -O1
FAIL: objc/execute/formal_protocol-5.m execution,  -O2
FAIL: objc/execute/formal_protocol-5.m execution,  -O3 -fomit-frame-pointer
FAIL: objc/execute/formal_protocol-5.m execution,  -O3 -g
FAIL: objc/execute/formal_protocol-5.m execution,  -Os

There are no useful error messages in objc.log, when I run the left behind excecutables by hand they simply bus error.

Running one of them under gdb I get:

Starting program: /teal/caip5/ghazi/gcc-testing/branch/build/gcc/testsuite/./formal_protocol-6.x0

Program received signal SIGBUS, Bus error.
0x18748 in objc_msg_lookup (receiver=0x35bf0, op=0x35bd0)
    at /teal/caip5/ghazi/gcc-testing/branch/egcc-3.1-CVS20020328/libobjc/sendmsg.c:171
171           result = sarray_get_safe (receiver->class_pointer->dtable,
(gdb) bt
#0  0x18748 in objc_msg_lookup (receiver=0x35bf0, op=0x35bd0)
    at /teal/caip5/ghazi/gcc-testing/branch/egcc-3.1-CVS20020328/libobjc/sendmsg.c:171
#1  0x13404 in main ()
(gdb) list
166     objc_msg_lookup(id receiver, SEL op)
167     {
168       IMP result;
169       if(receiver)
170         {
171           result = sarray_get_safe (receiver->class_pointer->dtable,
172                                     (sidx)op->sel_id);
173           if (result == 0)
174             {
175               /* Not a valid method */


>How-To-Repeat:
bootstrap on solaris2.7 and run the testsuite with -m64
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-10 11:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-10  4:40 objc/6107: sparc-sun-solaris2.7 gcc-3.1 extra objc testsuite failures w/-m64 hp
  -- strict thread matches above, loose matches on Subject: below --
2002-03-30  7:06 ghazi

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).