public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: other/5588: g++, g77 and objc testsuite problems with multiple ABIs
@ 2002-03-25 15:58 billingd
  0 siblings, 0 replies; 2+ messages in thread
From: billingd @ 2002-03-25 15:58 UTC (permalink / raw)
  To: David.Billinghurst, gcc-bugs, gcc-prs, nobody

Synopsis: g++, g77 and objc testsuite problems with multiple ABIs

State-Changed-From-To: open->closed
State-Changed-By: billingd
State-Changed-When: Mon Mar 25 15:58:25 2002
State-Changed-Why:
    Fixed in 3.1 and 3.2
    http://gcc.gnu.org/ml/gcc-patches/2002-02/msg00208.html

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


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

* other/5588: g++, g77 and objc testsuite problems with multiple ABIs
@ 2002-02-04 11:07 David.Billinghurst
  0 siblings, 0 replies; 2+ messages in thread
From: David.Billinghurst @ 2002-02-04 11:07 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5588
>Category:       other
>Synopsis:       g++, g77 and objc testsuite problems with multiple ABIs
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 04 11:06:11 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     David Billinghurst
>Release:        gcc 3.1
>Organization:
>Environment:
mips-sgi-irix6.5
>Description:
This is a rehash of:
 - http://gcc.gnu.org/ml/gcc-bugs/2000-11/msg00463.html
 - http://gcc.gnu.org/ml/gcc-patches/2000-11/msg01537.html
This should be fixed for 3.1 (and maybe 3.0, too)

Since November 2000, the g++ testsuite has not run 
correctly when multiple ABIs are tested.  Similar problems
exist for the g77 and objc testsuites.

The following work:
runtest --tool g++ 
runtest --tool g++ --target_board unix
runtest --tool g++ --target_board "unix{-mabi=64}"

When I try the following, only the first option works:
runtest --tool g++ --target_board "unix{,-mabi=64}"
runtest --tool g++ --target_board "unix{-mabi=64,}"

The problem is that the testsuite is setting the that the 
environment variables LD_LIBRARYN32_PATH and 
LD_LIBRARY64_PATH at the start of the run based on the 
first ABI, and not resetting them for the second ABI.
>How-To-Repeat:
build with multilibs enabled
cd gcc/testsuite
runtest --tool g++ --target_board "unix{-mabi=64,}"

>Fix:
An updated version of 
http://gcc.gnu.org/ml/gcc-patches/2000-11/msg01537.html
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-03-25 23:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-25 15:58 other/5588: g++, g77 and objc testsuite problems with multiple ABIs billingd
  -- strict thread matches above, loose matches on Subject: below --
2002-02-04 11:07 David.Billinghurst

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