<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Tony I thought you recently said all memory orderings are supported by the gcc backend with atomics.<BR>
But there is still:<BR>
 <BR>
jbook2:m3cg jay$ grep Relaxed *<BR>parse.c:typedef enum { Relaxed, Release, Acquire, AcquireRelease, Sequential } O<BR>rder;<BR>parse.c:  if (order != Relaxed)<BR>parse.c:    warning (0, "only Relaxed memory order for stores is supported");<BR>parse.c:  if (order != Relaxed)<BR>parse.c:    warning (0, "only Relaxed memory order for loads is supported");<BR><BR>
 - Jay<BR><BR><BR><BR><BR><BR>                                           </body>
</html>