public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/64972] New: Build failure in libgomp for i686-w64-mingw32 target after latest merge from gomp-4_0-branch
@ 2015-02-08 13:43 erik-gcc-bugzilla at vanpienbroek dot nl
  2015-02-11 15:54 ` [Bug libgomp/64972] " ktietz at gcc dot gnu.org
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: erik-gcc-bugzilla at vanpienbroek dot nl @ 2015-02-08 13:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64972

            Bug ID: 64972
           Summary: Build failure in libgomp for i686-w64-mingw32 target
                    after latest merge from gomp-4_0-branch
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: erik-gcc-bugzilla at vanpienbroek dot nl
                CC: jakub at gcc dot gnu.org, ktietz at gcc dot gnu.org
            Target: i686-w64-mingw32

Recent snapshots of gcc 5 can not be built any more for the i686-w64-mingw32
target:

make[4]: Entering directory
'/home/erik/fedora/mingw-gcc/gcc-5-20150125/build_win32/i686-w64-mingw32/libgomp'
/bin/sh ./libtool --tag=CC
--mode=compile
/home/erik/fedora/mingw-gcc/gcc-5-20150125/build_win32/./gcc/xgcc
-B/home/erik/fedora/mingw-gcc/gcc-5-20150125/build_win32/./gcc/
-L/usr/i686-w64-mingw32/lib -L/usr/mingw/lib -isystem
/usr/i686-w64-mingw32/include -isystem /usr/mingw/include
-B/usr/i686-w64-mingw32/bin/ -B/usr/i686-w64-mingw32/lib/ -isystem
/usr/i686-w64-mingw32/include -isystem /usr/i686-w64-mingw32/sys-include   
-DHAVE_CONFIG_H -I. -I../../../libgomp  -I../../../libgomp/config/mingw32
-I../../../libgomp/config/posix -I../../../libgomp
-I../../../libgomp/../include  -Wall -Werror -Wc,-pthread -g -O2 -MT target.lo
-MD -MP -MF .deps/target.Tpo -c -o target.lo ../../../libgomp/target.c
libtool:
compile:  /home/erik/fedora/mingw-gcc/gcc-5-20150125/build_win32/./gcc/xgcc
-B/home/erik/fedora/mingw-gcc/gcc-5-20150125/build_win32/./gcc/
-L/usr/i686-w64-mingw32/lib -L/usr/mingw/lib -isystem
/usr/i686-w64-mingw32/include -isystem /usr/mingw/include
-B/usr/i686-w64-mingw32/bin/ -B/usr/i686-w64-mingw32/lib/ -isystem
/usr/i686-w64-mingw32/include -isystem /usr/i686-w64-mingw32/sys-include
-DHAVE_CONFIG_H -I. -I../../../libgomp -I../../../libgomp/config/mingw32
-I../../../libgomp/config/posix -I../../../libgomp
-I../../../libgomp/../include -Wall -pthread -Werror -g -O2 -MT target.lo -MD
-MP -MF .deps/target.Tpo -c ../../../libgomp/target.c  -DDLL_EXPORT -DPIC -o
.libs/target.o
../../../libgomp/target.c: In function 'gomp_map_vars':
../../../libgomp/target.c:440:21: error: unknown conversion type
character 'z' in format [-Werror=format=]
         gomp_fatal ("present clause: !acc_is_present (%p, "
                     ^
../../../libgomp/target.c:440:21: error: unknown conversion type
character 'z' in format [-Werror=format=]
../../../libgomp/target.c:440:21: error: too many arguments for format
[-Werror=format-extra-args]
cc1: all warnings being treated as errors
Makefile:613: recipe for target 'target.lo' failed
make[4]: *** [target.lo] Error 1
make[4]: Leaving directory
'/home/erik/fedora/mingw-gcc/gcc-5-20150125/build_win32/i686-w64-mingw32/libgomp'


The offending line contains this piece of code:
    gomp_fatal ("present clause: !acc_is_present (%p, "
                "%zd (0x%zx))", (void *) k->host_start,
                size, size);

This piece of code was introduced in r219682 which was applied on January 15
2015.

This issue was also discussed at the mingw-w64 mailing list @ 
http://sourceforge.net/p/mingw-w64/mailman/mingw-w64-public/thread/54CD7703.8080206@users.sourceforge.net/
and also contains some possible solutions


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2015-03-25 15:07 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-08 13:43 [Bug libgomp/64972] New: Build failure in libgomp for i686-w64-mingw32 target after latest merge from gomp-4_0-branch erik-gcc-bugzilla at vanpienbroek dot nl
2015-02-11 15:54 ` [Bug libgomp/64972] " ktietz at gcc dot gnu.org
2015-03-24  7:49 ` rainer@emrich-ebersheim.de
2015-03-24  8:01 ` [Bug libgomp/64972] [5 Regression] " ktietz at gcc dot gnu.org
2015-03-24  8:11 ` ktietz at gcc dot gnu.org
2015-03-24 10:57 ` rainer@emrich-ebersheim.de
2015-03-24 11:01 ` jakub at gcc dot gnu.org
2015-03-24 11:43 ` rainer@emrich-ebersheim.de
2015-03-24 11:51 ` rainer@emrich-ebersheim.de
2015-03-24 15:05 ` mikpelinux at gmail dot com
2015-03-24 16:20 ` ktietz at gcc dot gnu.org
2015-03-24 16:21 ` jakub at gcc dot gnu.org
2015-03-24 18:52 ` tschwinge at gcc dot gnu.org
2015-03-24 20:18 ` jakub at gcc dot gnu.org
2015-03-24 20:37 ` ktietz at gcc dot gnu.org
2015-03-24 20:56 ` jakub at gcc dot gnu.org
2015-03-25 13:23 ` rguenth at gcc dot gnu.org
2015-03-25 15:41 ` ktietz at gcc dot gnu.org
2015-03-25 15:43 ` ktietz at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).