From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11039 invoked by alias); 25 Mar 2009 10:40:47 -0000 Received: (qmail 11031 invoked by uid 22791); 25 Mar 2009 10:40:46 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Mar 2009 10:40:39 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 4015A290045; Wed, 25 Mar 2009 11:40:37 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rRquX4gwDCtP; Wed, 25 Mar 2009 11:40:30 +0100 (CET) Received: from [192.168.1.3] (83-152-228-249.rev.libertysurf.net [83.152.228.249]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 85A83290026; Wed, 25 Mar 2009 11:40:30 +0100 (CET) From: Eric Botcazou To: Rainer Emrich Subject: Re: Successfull build of gcc-4.4.0 [trunk revision 145008] on i686-pc-cygwin Date: Wed, 25 Mar 2009 11:42:00 -0000 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: gcc@gcc.gnu.org References: <49CA013D.3090807@emrich-ebersheim.de> In-Reply-To: <49CA013D.3090807@emrich-ebersheim.de> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200903251143.40518.ebotcazou@adacore.com> Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-03/txt/msg00784.txt.bz2 > For the acats tests most of the FAIL cases ar of the form: > violation of restriction "NO_IMPLICIT_DYNAMIC_CODE" at system.ads:44 This very likely means that the compiler is misconfigured. Try to replace "cygwin32" with "cygwin" in ada/gcc-interface/Makefile.in and rebuild the runtime (make all-target-libada). -- Eric Botcazou