This is the mail archive of the gcc-bugs@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++/6948: Internal compiler error in `emit_move_insn', at expr.c:2769


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


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