[Bug libgcj/30424] [4.3 regression] revision 120632 failed to build on ia64
oliver at linux-kernel dot at
gcc-bugzilla@gcc.gnu.org
Tue Apr 10 16:11:00 GMT 2007
------- Comment #9 from oliver at linux-kernel dot at 2007-04-10 17:11 -------
(In reply to comment #8)
> I don't have an Alpha to test, but I can see read_barrier() in HEAD:
>
> inline static void
> read_barrier()
> {
> __asm__ __volatile__("mb" : : : "memory");
> }
>
OK and write_barrier() still is
inline static void
write_barrier()
{
__asm__ __volatile__("wmb" : : : "memory");
}
Sorry for asking, but I don't want to do the big checkout now :-)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30424
More information about the Java-prs
mailing list