Notes |
|
(0000353)
|
wangp
|
2011-08-29 10:29
|
|
I can't reproduce it on my own machine (x86-64). Are you sure the standard library and runtime are up-to-date in the asm_fast.par.gc grade? |
|
|
|
Yes, they are up-to-date; I will try it on some other x86-64 machines here. Perhaps, it's specific to the version of the C compiler being used or something. |
|
|
|
That appears to be the case:
goliath: gcc 4.1.3: doesn't work.
apollo : gcc 4.4.5: works.
I will check other versions of gcc. (I don't think maintaining support for gcc 4.1 is terribly important, if it's just that version that is not working then we should just bump the minimum version of gcc required for Mercury.) |
|
|
|
|
|
(0000794)
|
wangp
|
2014-10-09 12:04
|
|
I assume it's no longer a problem. |
|
|
(0000796)
|
pbone
|
2014-10-20 10:01
|
|
I've been testing asm_fast.gc.par.stseg recently and didn't see this test case failure. I'm using gcc-4.8 on x86_64 Linux. I was testing both the master and version-14_01-branch branches. |
|