public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/10476: [3.4 regression] ICE in ocp_convert, at cp/cvt.c:652
@ 2003-04-24 13:46 bangerth
  0 siblings, 0 replies; only message in thread
From: bangerth @ 2003-04-24 13:46 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jason, larsbj, nobody

Old Synopsis: ICE in ocp_convert, at cp/cvt.c:652
New Synopsis: [3.4 regression] ICE in ocp_convert, at cp/cvt.c:652

Responsible-Changed-From-To: unassigned->jason
Responsible-Changed-By: bangerth
Responsible-Changed-When: Thu Apr 24 13:46:18 2003
Responsible-Changed-Why:
    Fixed a similar problem before
State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Thu Apr 24 13:46:18 2003
State-Changed-Why:
    This is likely related to 10247, which was fixed by Jason
    a while ago. Jason, can you take a look?
    
    Here's an extract (very similar to 10247 indeed):
    -------------------
    struct X {
        X();
        X(const X& __str);
    };
    
    X const bar();
    void foo() {
      X y;
      (true ? y : bar());
    }
    --------------------------
    g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.ii
    <internal>: In function `void foo()':
    <internal>:9: internal compiler error: in ocp_convert, at cp/cvt.c:652
    Please submit a full bug report,
    
    This affects only mainline.
    
    W.

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-24 13:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-24 13:46 c++/10476: [3.4 regression] ICE in ocp_convert, at cp/cvt.c:652 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).