This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/10476: [3.4 regression] ICE in ocp_convert, at cp/cvt.c:652


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]