From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23681 invoked by alias); 18 Apr 2013 07:50:40 -0000 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 Received: (qmail 23355 invoked by uid 48); 18 Apr 2013 07:50:37 -0000 From: "paolo.carlini at oracle dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/56991] constexpr std::initializer_list rejects too complex initialization Date: Thu, 18 Apr 2013 07:50: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: X-Bugzilla-Severity: normal X-Bugzilla-Who: paolo.carlini at oracle dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Summary 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 X-SW-Source: 2013-04/txt/msg01656.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56991 Paolo Carlini changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|constexpr |constexpr |std::initializer_list |std::initializer_list |crashes on too complex |rejects too complex |initialization |initialization --- Comment #1 from Paolo Carlini 2013-04-18 07:50:36 UTC --- I don't see the compiler *crashing*, I see it *rejecting* the snippet.