[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#323792: marked as done ([PR23458] [m68k] ICE when compiling freesci)



Your message dated Mon, 7 Nov 2005 14:24:01 -0600
with message-id <20051107202401.GK2851@marenka.net>
and subject line fixed in or before gcc-4.0_4.0.2-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 18 Aug 2005 12:31:23 +0000
>From bas@debian.org Thu Aug 18 05:31:23 2005
Return-path: <bas@debian.org>
Received: from mail.phys.uu.nl [131.211.32.64] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E5jYJ-0008It-00; Thu, 18 Aug 2005 05:31:23 -0700
Received: from localhost (amavis.phys.uu.nl [131.211.32.145])
	by mail.phys.uu.nl (Postfix) with ESMTP id C4AAA7EEB;
	Thu, 18 Aug 2005 14:31:21 +0200 (CEST)
Received: from mail.phys.uu.nl ([131.211.32.64])
 by localhost (mail.phys.uu.nl [131.211.32.145]) (amavisd-new, port 10024)
 with ESMTP id 03174-08; Thu, 18 Aug 2005 14:31:19 +0200 (CEST)
Received: from matilda.phys.uu.nl (matilda.phys.uu.nl [131.211.42.22])
	by mail.phys.uu.nl (Postfix) with ESMTP id BDB0F7EEA;
	Thu, 18 Aug 2005 14:31:19 +0200 (CEST)
Received: from bas by matilda.phys.uu.nl with local (Exim 4.52)
	id 1E5jYF-0006z3-NK; Thu, 18 Aug 2005 14:31:19 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Bas Zoetekouw <bas@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: ICE when compiling freesci on m68k
X-Mailer: reportbug 3.15
Date: Thu, 18 Aug 2005 14:31:19 +0200
Message-Id: <E1E5jYF-0006z3-NK@matilda.phys.uu.nl>
X-Virus-Scanned: amavisd-new at phys.uu.nl
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: gcc-4.0
Version: 4.0.1-4
Severity: important

gcc 4.0.1-4 ICE's when compiling freesci on m68k:

m68k-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include    -Wall -g -O3 -c script.c
../../src/include/gfx_system.h:241: warning: 'gfx_rect_fullscreen' defined but not used
../../src/include/gfx_widgets.h:73: warning: 'gfxw_point_zero' defined but not used
script.c: In function 'script_dissect':
script.c:440: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.

See http://buildd.debian.org/fetch.php?&pkg=freesci&ver=0.3.4c-3&arch=m68k&stamp=1121689384&file=log&as=raw

This occurs only when compiling with -O3.

I'm attaching a preprocessed, cleaned-up c snippet (~100 lines) that
triggers the bug:

crest% gcc -O3 -c test.i
test.i: In function 'script_dissect':
test.i:90: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
crest% gcc -v -save-temps -O3 -c test.i
Using built-in specs.
Target: m68k-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,objc,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls --without-included-gettext --enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --disable-werror --enable-checking=release m68k-linux-gnu
Thread model: posix
gcc version 4.0.2 20050806 (prerelease) (Debian 4.0.1-4)
 /usr/lib/gcc/m68k-linux-gnu/4.0.2/cc1 -fpreprocessed test.i -quiet -dumpbase test.i -auxbase test -O3 -version -o test.s
GNU C version 4.0.2 20050806 (prerelease) (Debian 4.0.1-4) (m68k-linux-gnu)
        compiled by GNU C version 4.0.2 20050806 (prerelease) (Debian 4.0.1-4).
GGC heuristics: --param ggc-min-expand=38 --param ggc-min-heapsize=15939
test.i: In function 'script_dissect':
test.i:90: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc6
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages gcc-4.0 depends on:
ii  binutils                      2.16.1-2   The GNU assembler, linker and bina
ii  cpp-4.0                       4.0.1-4    The GNU C preprocessor
ii  gcc-4.0-base                  4.0.1-4    The GNU Compiler Collection (base 
ii  libc6                         2.3.5-3    GNU C Library: Shared libraries an
ii  libgcc1                       1:4.0.1-4  GCC support library

Versions of packages gcc-4.0 recommends:
ii  libc6-dev                     2.3.5-3    GNU C Library: Development Librari
ii  libmudflap0-dev               4.0.1-4    GCC mudflap support libraries (dev

-- no debconf information

---------------------------------------
Received: (at 323792-done) by bugs.debian.org; 7 Nov 2005 20:24:51 +0000
>From marenks@marenka.net Mon Nov 07 12:24:51 2005
Return-path: <marenks@marenka.net>
Received: from imf18aec.mail.bellsouth.net [205.152.59.66] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EZDXv-0007o9-00; Mon, 07 Nov 2005 12:24:51 -0800
Received: from ibm61aec.bellsouth.net ([65.4.7.113])
          by imf18aec.mail.bellsouth.net with ESMTP
          id <20051107202419.PEHM561.imf18aec.mail.bellsouth.net@ibm61aec.bellsouth.net>
          for <323792-done@bugs.debian.org>; Mon, 7 Nov 2005 15:24:19 -0500
Received: from hades.marenka.net ([65.4.7.113]) by ibm61aec.bellsouth.net
          with ESMTP
          id <20051107202419.CCWG29758.ibm61aec.bellsouth.net@hades.marenka.net>
          for <323792-done@bugs.debian.org>; Mon, 7 Nov 2005 15:24:19 -0500
Received: from hades2.marenka.net (hades2.marenka.net [10.0.0.2])
	by hades.marenka.net (Postfix) with ESMTP id 45E311771D
	for <323792-done@bugs.debian.org>; Mon,  7 Nov 2005 14:24:20 -0600 (CST)
Received: from localhost (hades2.marenka.net [127.0.0.1])
	by hades2.marenka.net (Postfix) with ESMTP id 3E18C3594E
	for <323792-done@bugs.debian.org>; Mon,  7 Nov 2005 14:24:15 -0600 (CST)
Received: from hades2.marenka.net ([127.0.0.1])
	by localhost (hades2 [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 02114-06 for <323792-done@bugs.debian.org>;
	Mon, 7 Nov 2005 14:24:12 -0600 (CST)
Received: by hades2.marenka.net (Postfix, from userid 10)
	id 6292B3594D; Mon,  7 Nov 2005 14:24:12 -0600 (CST)
Received: by loki.marenka.net (Postfix, from userid 1000)
	id AFF9E130485; Mon,  7 Nov 2005 14:24:01 -0600 (CST)
Date: Mon, 7 Nov 2005 14:24:01 -0600
From: Stephen R Marenka <stephen@marenka.net>
To: 323792-done@bugs.debian.org
Subject: fixed in or before gcc-4.0_4.0.2-3
Message-ID: <20051107202401.GK2851@marenka.net>
Mail-Followup-To: 323792-done@bugs.debian.org
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="Izn7cH1Com+I3R9J"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at marenka.net
Delivered-To: 323792-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-1.5 required=4.0 tests=BAYES_01,RCVD_IN_SORBS 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02


--Izn7cH1Com+I3R9J
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

I have confirmed that this bug is fixed in gcc-4.0_4.0.2-3.

--=20
Stephen R. Marenka     If life's not fun, you're not doing it right!
<stephen@marenka.net>

--Izn7cH1Com+I3R9J
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDb7fhVKM4J7YoSbMRAluXAJ4nWNqQwI5i7vAlDBLNpBt6l3hD+QCfQVCi
Ggi9jmDjos4qDkkWY2ERc2g=
=+TjM
-----END PGP SIGNATURE-----

--Izn7cH1Com+I3R9J--



Reply to: