From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11487 invoked by alias); 18 Jan 2013 15:39:28 -0000 Received: (qmail 11447 invoked by uid 48); 18 Jan 2013 15:39:09 -0000 From: "xazax.hun at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/56032] Uniform initialization of references Date: Fri, 18 Jan 2013 15:39: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: xazax.hun at gmail dot com X-Bugzilla-Status: RESOLVED 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" Content-Transfer-Encoding: quoted-printable 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-01/txt/msg01752.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D56032 --- Comment #3 from G=C3=A1bor Horv=C3=A1th 20= 13-01-18 15:39:08 UTC --- (In reply to comment #2) > (In reply to comment #0) > > I guess the origin of this problem is the incomplete fix of the error a= bove. >=20 > There is no fix, PR 50025 is still open and this is just a dup of it. I added a new report because 50025 is about a compilation error, and with g= cc 4.7 the code compiles, but fails to work as expected, but probably there is= sues are closely related. > > N.B. the C++11 standard actually required this behaviour, but that's a de= fect > that's been fixed in the latest draft. >=20 Could you point me to which part of the draft required this behaviour? Thanks for your response, G=C3=A1bor