From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22786 invoked by alias); 13 Apr 2011 08:02:15 -0000 Received: (qmail 22774 invoked by uid 22791); 13 Apr 2011 08:02:14 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_JL X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Apr 2011 08:02:09 +0000 From: "legarra at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/48588] New: internal compiler error compiling a library X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: legarra at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 13 Apr 2011 08:02:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-04/txt/msg01313.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48588 Summary: internal compiler error compiling a library Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned@gcc.gnu.org ReportedBy: legarra@gmail.com Created attachment 23971 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23971 source code Compiling a fortran library compiled many other times with other compilers including gfortran 4.4. Here is the command and output. For some reason I can't produce the preprocessed file C:\Documents and Settings\legarra\Mes documents\gs3\zipable\software>gfortran -v -save-temps -c ALliba ll.f90 Using built-in specs. COLLECT_GCC=gfortran COLLECT_LTO_WRAPPER=c:/program files/gfortran/bin/../libexec/gcc/i586-pc-mingw32/4.6.0/lto-wrapper.exe Target: i586-pc-mingw32 Configured with: ../gcc-trunk/configure --prefix=/mingw --enable-languages=c,fortran --with-gmp=/home/b rad/gfortran/dependencies --disable-werror --enable-threads --disable-nls --build=i586-pc-mingw32 --ena ble-libgomp --enable-shared --disable-win32-registry --with-dwarf2 --disable-sjlj-exceptions --enable-l to Thread model: win32 gcc version 4.6.0 20110214 (experimental) [trunk revision 170140] (GCC) COLLECT_GCC_OPTIONS='-v' '-save-temps' '-c' '-mtune=pentium' '-march=pentium' c:/program files/gfortran/bin/../libexec/gcc/i586-pc-mingw32/4.6.0/f951.exe ALliball.f90 -quiet -dumpb ase ALliball.f90 -mtune=pentium -march=pentium -auxbase ALliball -version -fintrinsic-modules-path c:/p rogram files/gfortran/bin/../lib/gcc/i586-pc-mingw32/4.6.0/finclude -o ALliball.s GNU Fortran (GCC) version 4.6.0 20110214 (experimental) [trunk revision 170140] (i586-pc-mingw32) compiled by GNU C version 4.6.0 20110214 (experimental) [trunk revision 170140], GMP version 4. 3.2, MPFR version 2.4.2, MPC version 0.8.2 GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 GNU Fortran (GCC) version 4.6.0 20110214 (experimental) [trunk revision 170140] (i586-pc-mingw32) compiled by GNU C version 4.6.0 20110214 (experimental) [trunk revision 170140], GMP version 4. 3.2, MPFR version 2.4.2, MPC version 0.8.2 GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 ALliball.f90:9521:0: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions.