From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17859 invoked by alias); 19 Jan 2013 11:38:27 -0000 Received: (qmail 17805 invoked by uid 48); 19 Jan 2013 11:38:13 -0000 From: "ktietz at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/37522] [4.4 regression] Incorrect vswprintf prototype breaks __to_xstring Date: Sat, 19 Jan 2013 11:38: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: build X-Bugzilla-Severity: major X-Bugzilla-Who: ktietz at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: paolo.carlini at oracle dot com X-Bugzilla-Target-Milestone: 4.4.0 X-Bugzilla-Changed-Fields: CC 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-01/txt/msg01819.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37522 Kai Tietz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ktietz at gcc dot gnu.org --- Comment #11 from Kai Tietz 2013-01-19 11:38:12 UTC --- (In reply to comment #10) > Hello, > > I know this bug is fixed since a long time, but there is the same problem when > trying to compile the gcc-4.8-20130106.tar.bz2 tarball for mingw-w64. > > Same prolems having, usually same issues, adding the line > > // See libstdc++/37522. > #define _GLIBCXX_HAVE_BROKEN_VSWPRINTF 1 > in the libstdc++-v3/config/os/mingw32-w64/os_defines.h file seems to allow the > build. > > Should i open a new bug, or can you take it in acount from here? Don't open an new bug, don't reopen this bug. I assume you are using none-trunk version of mingw-w64, are you? If so, please switch to trunk-version.