This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/30424] [4.3 regression] revision 120632 failed to build on ia64



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]