From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17002 invoked by alias); 23 Jan 2003 02:26:18 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 16983 invoked by uid 48); 23 Jan 2003 02:26:18 -0000 Date: Thu, 23 Jan 2003 02:26:00 -0000 Message-ID: <20030123022618.16982.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, meusel@codixx.de, nobody@gcc.gnu.org From: bangerth@dealii.org Reply-To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, meusel@codixx.de, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/6948: Internal compiler error in `emit_move_insn', at expr.c:2769 X-SW-Source: 2003-01/txt/msg01312.txt.bz2 List-Id: 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 for instructions. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6948