On 2/1/2015 06:02, Erik van Pienbroek wrote:
> 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...

It depends how gomp_fatal eventually calls *printf. If it calls the MS
*printf, the warning is valid; if it calls the mingw-w64 *printf, the
warning is false.

Without adding __attribute__ hints, gcc isn't able to tell what kind of
*printf function gomp_fatal is.

Attachment: 0xD4EBC740.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

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