This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: NPE with gcc 3.4 when trying to open a tcp-socket
Jörg Maisenbacher writes:
> Andrew Haley wrote:
> > You can try to see if it's a optimizer bug in the C++ compiler. Try
> > compiling with "make CXXFLAGS=-g"
> >
> > Tell me if this fixes things. I'll have a look tomorrow.
>
> I did this, but the result is the same: NPE at execution time :-/
Well, that's good: it tells us something useful. It tells us we don't
have to track down bugs inside the C++ compiler. This is very good
indeed!
Andrew.