Erik van Pienbroek schreef op za 31-01-2015 om 21:21 [+0100]:
> JonY schreef op za 31-01-2015 om 20:35 [+0800]:
> > On 1/30/2015 08:10, Erik van Pienbroek wrote:
> > > 
> > > All in all I see no blocking issues in mingw-w64 v4.0rc1.
> > 
> > OK, will go ahead with v4.0.0 shortly if there are no objections.
> 
> Is there still interest in doing another test mass rebuild against the
> latest gcc 5 snapshot before releasing mingw-w64 v4.0?

Apparently gcc 5 is busted at the moment (20150125 snapshot, svn
r220097) as it fails to build with this error:

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);

I have no idea whether this is a gcc issue or a mingw-w64 one...


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to