Valdis.Kletnieks(a)vt.edu writes:
If I remember correctly, the aliasing problems cropped up in
alloc.c.
I was in the process of rebuilding to test, but I just realized that
(a) it's 2:30Am, and (b) as a result, I compiled with '-O3 -qstrict'
where 'strict' tells the optimizer to not get into massive code
optimizations that may have an impact on program logic (which probably
inhibits most optimizations that ansialias would allow).
If you can get the problem at a more normal time, could you check
whether --with-union-type helps?
Jan