From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29398 invoked by alias); 2 Jul 2007 09:19:10 -0000 Received: (qmail 29388 invoked by uid 22791); 2 Jul 2007 09:19:09 -0000 X-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,DK_SIGNED,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.170) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 02 Jul 2007 09:19:07 +0000 Received: by ug-out-1314.google.com with SMTP id m2so569096ugc for ; Mon, 02 Jul 2007 02:19:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=H44k0vS9ihUsqEkBoKACr6hnpBiCWoxatuclmIBY3acUZYVynAiITQGAdS7UVq7Od7pQ7hebsT5CaP5IrCvGsDqe86R8qnGgI/1SEqdDfWUQlemm9vhiBRgzgCtKUlqXV7vefhlbWTVsJn6zmwidqok5Gq0LHwJPdKK1EiNHen8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=g4OEvqTQ9YaNZgMLmMun08D0mid1dlhS7tnUxTbq4fAPm8cJ6WrYiSyTksg9jpqhAmru5EOGm+qmeqqp/vvNdKVu0frQh7s2pPJ2Zk/TcGqliDVQH86vt6aG6la39JH2mmGi+iq5hTN428F5JcuTKw3WCZ0iao/BwedGBdhktRg= Received: by 10.67.26.7 with SMTP id d7mr4929722ugj.1183367944497; Mon, 02 Jul 2007 02:19:04 -0700 (PDT) Received: from ?129.175.100.121? ( [129.175.100.121]) by mx.google.com with ESMTP id j12sm14924177fkf.2007.07.02.02.19.03 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 02 Jul 2007 02:19:03 -0700 (PDT) In-Reply-To: <4688BF02.2060305@thalesgroup.com> References: <4688BF02.2060305@thalesgroup.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <28CFC899-4538-47D5-B15D-AF844F7DFE0E@gmail.com> Cc: fortran@gcc.gnu.org Content-Transfer-Encoding: 7bit From: FX Coudert Subject: Re: internal compiler error Date: Mon, 02 Jul 2007 09:19:00 -0000 To: Virginie Trinite X-Mailer: Apple Mail (2.752.3) X-IsSubscribed: yes 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 X-SW-Source: 2007-07/txt/msg00027.txt.bz2 Hello, > When compiling with gfortran using gfortran-windows.exe (version > 4.3.0) > I have the following error: > In function 'splie2': > internal compiler error: Segmentation fault > > > However when I compile the same piece of code with gfortran under > linux (version 4.1.1), I have no error We'd need a testcase to reproduce the error in order to fix it. Can you reduce the code that triggers the error to something of reasonable size (and possibly unencumbered by copyright)? Thanks, FX