aterm-2.8: add comment about build failures with gcc 4.8.x
This commit is contained in:
parent
ce5b1fd053
commit
98bf728dce
@ -16,6 +16,11 @@ stdenv.mkDerivation ( {
|
|||||||
./max-long.patch
|
./max-long.patch
|
||||||
] ++ ( if isMingw then [./aterm-mingw-asm.patch] else [] );
|
] ++ ( if isMingw then [./aterm-mingw-asm.patch] else [] );
|
||||||
|
|
||||||
|
# The test programs stress, randgen, fib, and testsafio all fail with
|
||||||
|
# segmentation faults when compiled with GCC 4.8.x, and the code itself many
|
||||||
|
# warnings, complaining "cast from pointer to integer of different size".
|
||||||
|
# This looks really bad. I leave the test suite enabled, because those issue
|
||||||
|
# feel too serious to just ignore.
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user