--- 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 ain'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-system.sh
AgeCommit message (Expand)Author
2023-04-21tests: Fix checks for expected failures....Eric Bavier
2023-04-18tests: guix-system: Drop the i686-linux desktop image test....Maxim Cournoyer
2022-12-04tests: Fix guix-system.sh test....Maxim Cournoyer
2022-10-07tests: Attempt to build 'desktop.tmpl' on all major architectures....Ludovic Courtès
2022-09-04guix system: Do not use 'vm-image.tmpl' in tests....Ludovic Courtès
2022-02-18profiles: 'profile-derivation' rejects unsupported packages....Ludovic Courtès
2021-08-29gnu: bootloader: Support multiple targets....Maxim Cournoyer
2021-04-29diagnostics, ui: Adjust to 'read-error' and 'syntax-error' in Guile 3.0.6....Ludovic Courtès
2021-02-17scripts: system: Accept <image> records as input....Mathieu Othacehe
2021-02-17scripts: system: Remove 'vm-image' command....Mathieu Othacehe
2021-01-30guix system: Test 'extension-graph' and 'shepherd-graph'....Ludovic Courtès
2021-01-19system: Rename 'disk-image' command 'image'....Mathieu Othacehe
2021-01-13services: shepherd: 'shepherd-service-type' requires documentation....Ludovic Courtès
2020-11-06tests: Test "guix system search ."....Ludovic Courtès
2020-10-02gexp: 'local-file' warns when passed a non-literal relative file name....Ludovic Courtès
2020-09-30scripts: system: Add support for image-type....Mathieu Othacehe