From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10176 invoked by alias); 1 Feb 2003 21:34:38 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 10153 invoked by uid 48); 1 Feb 2003 21:34:38 -0000 Date: Sat, 01 Feb 2003 21:34:00 -0000 Message-ID: <20030201213438.10152.qmail@sources.redhat.com> To: adam@xwt.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org From: bangerth@dealii.org Reply-To: bangerth@dealii.org, adam@xwt.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/5663: g++ crashes while crosscompiling from linux to mingw X-SW-Source: 2003-02/txt/msg00026.txt.bz2 List-Id: 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