From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13707 invoked by alias); 13 Feb 2013 07:29:40 -0000 Received: (qmail 13675 invoked by uid 48); 13 Feb 2013 07:29:25 -0000 From: "freddie_chopin at op dot pl" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/54126] ICE on constexpr move ctor with const ref type instead of error Date: Wed, 13 Feb 2013 07:29:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: minor X-Bugzilla-Who: freddie_chopin at op dot pl X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2013-02/txt/msg01280.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126 --- Comment #4 from Freddie Chopin 2013-02-13 07:29:23 UTC --- Created attachment 29430 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29430 simple fail case I think I have an even simplier test case, I guess it's the same problem (at least the ICE message matches). I also think that bug 51707 is actually the same problem.