classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NEWS file for next release


From: Bryce McKinlay
Subject: Re: NEWS file for next release
Date: Thu, 07 Feb 2002 12:56:51 +1300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011221

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]