From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104218 invoked by alias); 14 Oct 2015 17:08:56 -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 104200 invoked by uid 89); 14 Oct 2015 17:08:56 -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 17:08:55 +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 t9EH8rgE056820 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 14 Oct 2015 10:08:53 -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 t9EH8roL056819; Wed, 14 Oct 2015 10:08:53 -0700 (PDT) (envelope-from sgk) Date: Wed, 14 Oct 2015 17:08:00 -0000 From: Steve Kargl To: Tim Prince Cc: "fortran@gcc.gnu.org" , gcc@gcc.gnu.org, ktietz70@googlemail.com Subject: Re: Fwd: Windows support dropped from gcc trunk Message-ID: <20151014170853.GA56746@troutmask.apl.washington.edu> References: <561E67C1.40701@aol.com> <561E75A4.50001@gmail.com> <20151014153647.GA56419@troutmask.apl.washington.edu> <561E794B.60203@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <561E794B.60203@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00064.txt.bz2 On Wed, Oct 14, 2015 at 11:48:27AM -0400, Tim Prince wrote: > > > > > I added gcc@gcc.gnu.org as this technically isn't a Fortran issue. > test suite reports hundred of new ICE instances, all referring to this > seh_unwind_emit function: > > /cygdrive/c/users/tim/tim/tim/src/gnu/gcc1/gcc/testsuite/gcc.c-torture/compile/20000127-1.c: > In function 'foo':^M > /cygdrive/c/users/tim/tim/tim/src/gnu/gcc1/gcc/testsuite/gcc.c-torture/compile/20000127-1.c:7:1: > internal compiler error: in i386_pe_seh_unwind_emit, at > config/i386/winnt.c:1137^M I think you'll need to file a bug report. It probably should be labeled as target specific and give a major status. -- Steve