|
From: Julian S. <js...@ac...> - 2005-11-14 12:43:24
|
> - fix none/tests/ppc32/jm-insns.c so it works with gcc4. It compiles OK with gcc4, but segfaults due for no obvious reason. I think it is due somehow to the use of global register variables in an unsafe way (basically the program is clever but the implementation is unsafe). > Maybe I could code patch on this to move all the declarations in front > of statements to remove all the compiler warnings, any thought on this? That would be good. Even better if you can fix it to remove the segfaults. J |