c++/6948: Internal compiler error in `emit_move_insn', at expr.c:2769

bangerth@dealii.org bangerth@dealii.org
Thu Jan 23 02:55:00 GMT 2003


Synopsis: Internal compiler error in `emit_move_insn', at expr.c:2769

State-Changed-From-To: analyzed->closed
State-Changed-By: bangerth
State-Changed-When: Thu Jan 23 02:26:18 2003
State-Changed-Why:
    Fixed. Here's a small extract that crashed 2.95:
    ---------------------------g/a> cat x.cc
    struct X {};
    
    struct U {
        U(const U&);
        operator X() const;
    };
    
    struct V {
        bool find(const U& u) {
          static X a = u;
        }
    };
    g/a>
    
    
    g/a> c++ -c x.cc
    x.cc: In method `bool V::find(const U &)':
    x.cc:10: Internal compiler error in `emit_move_insn', at expr.c:2594
    Please submit a full bug report.
    See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

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



More information about the Gcc-bugs mailing list