unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 0ea008a7cb0185a4218202c685240d56081e9ef5 486 bytes (raw)
name: gnu/packages/patches/gcc-4.9.3-mingw-gthr-default.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
--- a/libgcc/config/i386/gthr-win32.h	2016-03-30 07:45:33.388684463 +0200
+++ b/libgcc/config/i386/gthr-win32.h	2016-03-30 15:51:24.123896436 +0200
@@ -30,7 +30,7 @@

 /* Make sure CONST_CAST2 (origin in system.h) is declared.  */
 #ifndef CONST_CAST2
-#define CONST_CAST2(TOTYPE,FROMTYPE,X) ((__extension__(union {FROMTYPE _q; TOTYPE _nq;})(X))._nq)
+#define CONST_CAST2(TOTYPE,FROMTYPE,X) ((TOTYPE)X)
 #endif

 /* Windows32 threads specific definitions. The windows32 threading model

debug log:

solving 0ea008a ...
found 0ea008a in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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