This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/6948: Internal compiler error in `emit_move_insn', at expr.c:2769
- From: bangerth at dealii dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, meusel at codixx dot de, nobody at gcc dot gnu dot org
- Date: 23 Jan 2003 02:26:18 -0000
- Subject: Re: c++/6948: Internal compiler error in `emit_move_insn', at expr.c:2769
- Reply-to: bangerth at dealii dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, meusel at codixx dot de, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
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