This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC 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: c++/5663: g++ crashes while crosscompiling from linux to mingw


Synopsis: g++ crashes while crosscompiling from linux to mingw

State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Sat Feb  1 21:34:37 2003
State-Changed-Why:
    Am I correct that this happened while bootstrapping? It
    should go into the right category then.
    
    I tried to reproduce the problem, but can't since the
    preprocessed sources you send do not compile at all. For
    example, around line 725 we have
    static inline int
    _Jv_bind (int fd, struct sockaddr *addr, int addrlen)
    {
      return ::bind (fd, addr, addrlen);
    }
    
    but ::bind is nowhere declared before that point.
    
    It would be great if you could check whether the same
    problem still happens with a recent gcc version or CVS
    snapshot. Let us know what you find!
    
    Thanks
      Wolfgang

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5663


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