On Monday, May 07, 2012 12:28:15 GitHub wrote: > Branch: refs/heads/master > Home: https://github.com/D-Programming-Language/dmd > Commit: f1039b341f2798f176dcf3c34019682d413ea863 > > https://github.com/D-Programming-Language/dmd/commit/f1039b341f2798f176dcf3 > c34019682d413ea863 Author: Walter Bright <[email protected]> > Date: 2012-05-07 (Mon, 07 May 2012) > > Changed paths: > M src/argtypes.c > M src/backend/cod1.c > M src/backend/cod3.c > > Log Message: > ----------- > start on fixing issue 5570 64 bit ABI
I don't know if it's expected or not, since you're obviously in the middle of fixing the 64-bit ABI stuff, but the 64-bit builds have been broken starting with this commit. Tail of phobos unittest output: Testing generated/linux/debug/64/unittest/std/file Testing generated/linux/debug/64/unittest/std/format several format tests disabled on x86_64 due to bug 5625 generated/linux/debug/64/unittest/std/format(_D4core7runtime18runModuleUnitTestsUZb19unittestSegvHandlerUiPS4core3sys5posix6signal9siginfo_tPvZv+0x3c) [0x51c55c] make[1]: *** [generated/linux/debug/64/unittest/std/format] Segmentation fault make[1]: *** Deleting file `generated/linux/debug/64/unittest/std/format' make: *** [unittest] Error 2 phobos: unit tests failed. - Jonathan M Davis _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
