public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/10506: [3.3/3.4 regression] ICE in build_new at cp/init.c with -fkeep-inline-functions and multiple inheritance
@ 2003-04-28  6:11 mmitchel
  0 siblings, 0 replies; 3+ messages in thread
From: mmitchel @ 2003-04-28  6:11 UTC (permalink / raw)
  To: b4hand, gcc-bugs, gcc-prs, mmitchel

Synopsis: [3.3/3.4 regression] ICE in build_new at cp/init.c with -fkeep-inline-functions and multiple inheritance

State-Changed-From-To: analyzed->closed
State-Changed-By: mmitchel
State-Changed-When: Mon Apr 28 06:11:43 2003
State-Changed-Why:
    Fixed in GCC 3.3, GCC 3.4.

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


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

* Re: c++/10506: [3.3/3.4 regression] ICE in build_new at cp/init.c with -fkeep-inline-functions and multiple inheritance
@ 2003-04-27 20:03 mmitchel
  0 siblings, 0 replies; 3+ messages in thread
From: mmitchel @ 2003-04-27 20:03 UTC (permalink / raw)
  To: b4hand, gcc-bugs, gcc-prs, mmitchel, nobody

Synopsis: [3.3/3.4 regression] ICE in build_new at cp/init.c with -fkeep-inline-functions and multiple inheritance

Responsible-Changed-From-To: unassigned->mmitchel
Responsible-Changed-By: mmitchel
Responsible-Changed-When: Sun Apr 27 20:03:48 2003
Responsible-Changed-Why:
    Working on a fix.

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


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

* Re: c++/10506: [3.3/3.4 regression] ICE in build_new at cp/init.c with -fkeep-inline-functions and multiple inheritance
@ 2003-04-25 22:35 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2003-04-25 22:35 UTC (permalink / raw)
  To: b4hand, gcc-bugs, gcc-prs, nobody

Old Synopsis: ICE in build_new at cp/init.c when -fkeep-inline-functions is used
New Synopsis: [3.3/3.4 regression] ICE in build_new at cp/init.c with -fkeep-inline-functions and multiple inheritance

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Fri Apr 25 22:35:50 2003
State-Changed-Why:
    Confirmed:
    -------------------------
    struct B1 { virtual ~B1(); };
    struct B2 { virtual ~B2(); };
    struct D : B1, B2 {};
    struct X : D      { X (); };
    
    X::X () { new int; }
    ---------------------------
    This fails with 3.2, 3.3 and 3.4:
    g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c y.cc -fkeep-inline-functions
    y.cc: In constructor `X::X()':
    y.cc:6: internal compiler error: in build_new, at cp/init.c:1925
    
    It doesn't ICE in 3.0, so is a regression
    
    W.

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


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

end of thread, other threads:[~2003-04-28  6:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-28  6:11 c++/10506: [3.3/3.4 regression] ICE in build_new at cp/init.c with -fkeep-inline-functions and multiple inheritance mmitchel
  -- strict thread matches above, loose matches on Subject: below --
2003-04-27 20:03 mmitchel
2003-04-25 22:35 bangerth

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