This is the mail archive of the java-patches@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]

Re: WIN-25.1: natPlainSocketImpl.cc [UPDATED]


Tom Tromey wrote:

>>>>>>"Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
>>>>>>
>
>Bryce> I couldn't find any report of a build failure on recv in 
>Bryce> natPlainSocketImpl in GNATS or the list archives.
>
>Read this one:
>
>    http://gcc.gnu.org/ml/java-patches/2002-q1/msg00031.html
>
>Maybe changing it to `(char *) blah' would work ok.
>If you could get the reporter of the bug above to test it (or
>otherwise try it on Solaris 2.6), that would be good.
>

Ah, thanks. The problem is that implicit void* -> char* conversion is 
not allowed, however char* -> void*  should be perfectly fine.

>Really I'd prefer we just get Adam's g++ bug fixed.
>The code as it is really ought to work.
>

Perhaps, but it is unncessary and is too intense for my poor brain 
trying to read it ;-)

>I've started always using Google and not the gcc.gnu.org search
>engine.  I like Google better, and it is easy to restrict the search
>using `site:gcc.gnu.org'.
>

Cool - maybe gcc.gnu.org could be set up to use google by default. My 
Java list IMAP folders have 2 years worth of messages in them now so I 
just use mozilla's built in search (which is done on the server). In 
this case I think I forgot to search the java-patches list, though.

regards

Bryce.



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