From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 598 invoked by alias); 28 Apr 2013 21:45:06 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 572 invoked by uid 48); 28 Apr 2013 21:45:06 -0000 From: "freddie_chopin at op dot pl" To: gdb-prs@sourceware.org Subject: [Bug build/15414] New: Build fails with mingw32-w64 GCC-4.8.0 Date: Sun, 28 Apr 2013 21:45:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: freddie_chopin at op dot pl X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-q2/txt/msg00163.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15414 Bug #: 15414 Summary: Build fails with mingw32-w64 GCC-4.8.0 Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: build AssignedTo: unassigned@sourceware.org ReportedBy: freddie_chopin@op.pl Classification: Unclassified When building GDB from repo with mingw32-w64 compiler, GCC 4.8.0 there's a problem with compilation flags: i686-w64-mingw32-gcc -I/home/freddie/bleeding-edge-toolchain/build-mingw/host-libs/zlib/include -O2 -D__USE_MINGW_ACCESS -I. -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/common -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/config -DLOCALEDIR="\"/home/freddie/bleeding-edge-toolchain/install-mingw/share/locale\"" -DHAVE_CONFIG_H -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/../include/opcode -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/../opcodes/.. -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/../readline/.. -I../bfd -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/../bfd -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/../include -I../libdecnumber -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/../libdecnumber -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/gnulib/import -Ibuild-gnulib/import -I/home/freddie/bleeding-edge-toolchain/build-mingw/host-libs/zlib/include -I/home/freddie/bleeding-edge-toolchain/build-mingw/host-libs/usr/include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wno-format -Werror -c -o gdb.o -MT gdb.o -MMD -MP -MF .deps/gdb.Tpo /home/freddie/bleeding-edge-toolchain/src/gdb/gdb/gdb.c i686-w64-mingw32-gcc -I/home/freddie/bleeding-edge-toolchain/build-mingw/host-libs/zlib/include -O2 -D__USE_MINGW_ACCESS -I. -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/common -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/config -DLOCALEDIR="\"/home/freddie/bleeding-edge-toolchain/install-mingw/share/locale\"" -DHAVE_CONFIG_H -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/../include/opcode -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/../opcodes/.. -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/../readline/.. -I../bfd -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/../bfd -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/../include -I../libdecnumber -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/../libdecnumber -I/home/freddie/bleeding-edge-toolchain/src/gdb/gdb/gnulib/import -Ibuild-gnulib/import -I/home/freddie/bleeding-edge-toolchain/build-mingw/host-libs/zlib/include -I/home/freddie/bleeding-edge-toolchain/build-mingw/host-libs/usr/include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wno-format -Werror -c -o arm-tdep.o -MT arm-tdep.o -MMD -MP -MF .deps/arm-tdep.Tpo /home/freddie/bleeding-edge-toolchain/src/gdb/gdb/arm-tdep.c cc1: error: -Wformat-nonliteral ignored without -Wformat [-Werror=format-nonliteral] cc1: error: -Wformat-nonliteral ignored without -Wformat [-Werror=format-nonliteral] cc1: all warnings being treated as errors cc1: all warnings being treated as errors As you see because this is mingw32 -Wno-format is added, but it seems that in GCC this makes -Wformat-... option (or at least -Wformat-nonliteral) invalid. No such problem exists with native Linux build, there was no problem when I built GDB 2 months ago with mingw32-w64 GCC 4.7.x. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.