From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3560 invoked by alias); 14 Oct 2015 15:36:54 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 3473 invoked by uid 89); 14 Oct 2015 15:36:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: troutmask.apl.washington.edu Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 14 Oct 2015 15:36:50 +0000 Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id t9EFalS8056435 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 14 Oct 2015 08:36:47 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id t9EFal24056434; Wed, 14 Oct 2015 08:36:47 -0700 (PDT) (envelope-from sgk) Date: Wed, 14 Oct 2015 15:36:00 -0000 From: Steve Kargl To: Tim Prince Cc: "fortran@gcc.gnu.org" , gcc@gcc.gnu.org Subject: Re: Fwd: Windows support dropped from gcc trunk Message-ID: <20151014153647.GA56419@troutmask.apl.washington.edu> References: <561E67C1.40701@aol.com> <561E75A4.50001@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <561E75A4.50001@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00062.txt.bz2 On Wed, Oct 14, 2015 at 11:32:52AM -0400, Tim Prince wrote: > > Sorry if someone sees this multiple times; I think it may have been > stopped by ISP or text mode filtering: > > Since Sept. 26, the partial support for Windows 64-bit has been dropped > from gcc trunk: > winnt.c apparently has problems with seh, which prevent bootstrapping, > and prevent the new gcc from building libraries. > libgfortran build throws a fatal error on account of lack of support for > __float128, even if a working gcc is used. > I didn't see any notification about this; maybe it wasn't a consensus > decision? > There are satisfactory pre-built gfortran 5.2 compilers (including > libgomp, although that is off by default and the testsuite wants acc as > well as OpenMP) available in cygwin64 (test version) and (apparently) > mingw-64. > The last comment to winnt.c is 2015-10-02 Kai Tietz PR target/51726 * config/i386/winnt.c (ix86_handle_selectany_attribute): Handle selectany within this function without need to keep attribute. (i386_pe_encode_section_info): Remove selectany-code. Perhaps, contact Kai. I added gcc@gcc.gnu.org as this technically isn't a Fortran issue. -- Steve