public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/3598: more virtual inheritance ctor problems
@ 2001-07-07  6:47 lerdsuwa
  0 siblings, 0 replies; 4+ messages in thread
From: lerdsuwa @ 2001-07-07  6:47 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, snyder

Synopsis: more virtual inheritance ctor problems

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Sat Jul  7 06:47:51 2001
State-Changed-Why:
    Confirm as a bug.  A regression from 2.95.

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


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

* Re: c++/3598: more virtual inheritance ctor problems
@ 2001-07-31  6:47 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2001-07-31  6:47 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nathan, snyder

Synopsis: more virtual inheritance ctor problems

State-Changed-From-To: analyzed->closed
State-Changed-By: nathan
State-Changed-When: Tue Jul 31 06:47:43 2001
State-Changed-Why:
    This is now fixed in the 3.0.1 branch (and mainline)

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


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

* Re: c++/3598: more virtual inheritance ctor problems
@ 2001-07-17  7:46 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2001-07-17  7:46 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nathan, nobody, snyder

Synopsis: more virtual inheritance ctor problems

Responsible-Changed-From-To: unassigned->nathan
Responsible-Changed-By: nathan
Responsible-Changed-When: Tue Jul 17 07:46:46 2001
Responsible-Changed-Why:
    mine

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


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

* c++/3598: more virtual inheritance ctor problems
@ 2001-07-06 14:06 snyder
  0 siblings, 0 replies; 4+ messages in thread
From: snyder @ 2001-07-06 14:06 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3598
>Category:       c++
>Synopsis:       more virtual inheritance ctor problems
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          wrong-code
>Submitter-Id:   net
>Arrival-Date:   Fri Jul 06 14:06:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     scott snyder
>Release:        3.0.1 20010703 (prerelease)
>Organization:
>Environment:
System: Linux karma 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../egcs/configure --prefix=/usr/local/egcs --enable-threads=posix --enable-long-long
>Description:


The following program crashes when compiled with g++ 3.0.
When built with g++ 2.95, it runs without crashing.

This testcase was extracted from the Orbacus package.
This problem prevents me from building this package with gcc 3.0,
even though it worked ok with older versions of the compiler.


>How-To-Repeat:

----------------------------------------------------------
struct CORBA_Object
{
  virtual ~CORBA_Object() {}
};

class CORBA_Repository : virtual public CORBA_Object {};
class CORBA_Object_skel : public virtual CORBA_Object {};

class CORBA_IRObject_skel : virtual public CORBA_Object,
                            virtual public CORBA_Object_skel
{
};

class CORBA_Repository_skel : virtual public CORBA_Repository,
                              virtual public CORBA_IRObject_skel
{
};


int main ()
{
  new CORBA_Repository_skel;
  return 0;
}



----------------------------------------------------------

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


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

end of thread, other threads:[~2001-07-31  6:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-07  6:47 c++/3598: more virtual inheritance ctor problems lerdsuwa
  -- strict thread matches above, loose matches on Subject: below --
2001-07-31  6:47 nathan
2001-07-17  7:46 nathan
2001-07-06 14:06 snyder

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