public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/3562: Multiple java::lang::Class Definition
@ 2001-07-04 10:56 dmorsberger
  0 siblings, 0 replies; 2+ messages in thread
From: dmorsberger @ 2001-07-04 10:56 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3562
>Category:       java
>Synopsis:       Multiple java::lang::Class Definition
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          wrong-code
>Submitter-Id:   net
>Arrival-Date:   Wed Jul 04 10:56:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     dmorsberger@sensysdl.com
>Release:        GCC 3.0
>Organization:
>Environment:
Tru64 v4.0
>Description:
A multiple definition of java::lang::Class() when linking the java code during a libjava build.
>How-To-Repeat:
Every build attempt
>Fix:
I removed the Class implementation in Class.h and moved the definition to the private section (to make consistent with Class.java)

The following is a diff output:

es40-unix(lang)~ diff Class.h Class.h.orig
147,148d146
<   Class ();
< 
208a207,208
> 
>   Class () {};
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: java/3562: Multiple java::lang::Class Definition
@ 2001-07-05  8:59 tromey
  0 siblings, 0 replies; 2+ messages in thread
From: tromey @ 2001-07-05  8:59 UTC (permalink / raw)
  To: dmorsberger, gcc-bugs, gcc-prs, java-prs, nobody, tromey

Synopsis: Multiple java::lang::Class Definition

Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Thu Jul  5 08:59:06 2001
Responsible-Changed-Why:
    I'm handling this.
State-Changed-From-To: open->closed
State-Changed-By: tromey
State-Changed-When: Thu Jul  5 08:59:06 2001
State-Changed-Why:
    I agree with your patch and I checked it in on the trunk.
    I think this is simple enough that it can go in to 3.0.1.
    So I am going to check it in on that branch as well.
    Thanks.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3562&database=gcc


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

end of thread, other threads:[~2001-07-05  8:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-04 10:56 java/3562: Multiple java::lang::Class Definition dmorsberger
2001-07-05  8:59 tromey

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