This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java 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 #8 from aph at gcc dot gnu dot org  2007-04-10 16:47 -------
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");
}


-- 


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]