From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10855 invoked by alias); 9 May 2013 08:12:29 -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 10833 invoked by uid 48); 9 May 2013 08:12:26 -0000 From: "sbn at tbricks dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/57213] failed formatted input overwrites output value Date: Thu, 09 May 2013 08:12:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sbn at tbricks 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" MIME-Version: 1.0 X-SW-Source: 2013-05/txt/msg00595.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57213 --- Comment #5 from Dmitri Shubin 2013-05-09 08:12:25 UTC --- (In reply to comment #4) > This is similar to fixing bugs in libstdc++, we don't keep the old defective > behaviour around as well, we fix it. But this fix breaks backward compatibility. I have perfectly working program written according to C++98 standard and suddenly it stopped working. This is really really strange. Probably I should file a bug against vendor of my distro (RedHat)