Mark Wielaard wrote:

>- There seems to be a gcc compiler bug that makes the following
>    patch
>    necessary:
>    --- orp-1.0.9/base_natives/common_olv2/mon_enter_exit.cpp
>    +++ orp/base_natives/common_olv2/mon_enter_exit.cpp
>    @@ -294,7 +294,7 @@
>     #else
>                    "nop;nop;nop"
>     #endif
>    -               ::: "memory"
>    +               : : : "memory"
>            );
>     
>     #else
>

I think that is not a bug, but rather an obscure C++ misfeature called 
"trigraphs".

regards

Bryce.



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to