From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8999 invoked by alias); 2 Jan 2009 14:59:16 -0000 Received: (qmail 8549 invoked by uid 48); 2 Jan 2009 14:58:06 -0000 Date: Fri, 02 Jan 2009 14:59:00 -0000 Subject: [Bug c++/38702] New: [4.4 regression] ICE with defaulted operator X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "reichelt at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-01/txt/msg00129.txt.bz2 The following invalid code snippet triggers an ICE on the trunk: ============================================= enum E { e }; E& operator |= (E&, const E&) = default; ============================================= bug5.cc:3: internal compiler error: in copy_fn_p, at cp/decl.c:9717 Please submit a full bug report, [etc.] This is related to PR38701. It's not a duplicate though, because the ICE appeared already in July and it's not an error-recovery problem. -- Summary: [4.4 regression] ICE with defaulted operator Product: gcc Version: 4.4.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38702