From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5158 invoked by alias); 4 Jul 2014 07:24:14 -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 5085 invoked by uid 48); 4 Jul 2014 07:24:11 -0000 From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/61382] parameter pack expansion unexpected order Date: Fri, 04 Jul 2014 07:24: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-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jason at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-07/txt/msg00219.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61382 --- Comment #13 from Jason Merrill --- (In reply to Jakub Jelinek from comment #12) > I'm seeing: > FAIL: g++.dg/cpp0x/initlist86.C -std=c++11 execution test > FAIL: g++.dg/cpp0x/initlist86.C -std=c++1y execution test > on 4.9 branch (but not on trunk) on x86_64-linux -m32. Hmm, I can't reproduce that compiling it by hand with my 4.9 branch build.