https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66563 --- Comment #7 from John Paul Adrian Glaubitz --- Alright, I did some further tests. I downloaded the source package for "wmfire" with "apt-get source wmfire" and installed its build dependencies with "apt-get build-dep wmfire". Then I just tried to compile "wmfire.c": glaubitz@tirpitz:~/debian/segfault-test/wmfire-1.2.4/src$ gcc wmfire.c -o wmfire.o $(pkg-config --cflags gdk-2.0) $(pkg-config --cflags libgtop-2.0) wmfire.c: In function ‘draw_fire’: wmfire.c:559:6: internal compiler error: Segmentation fault psi = i * 3.14 / 20.0; ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Preprocessed source stored into /tmp/ccSeTi7v.out file, please attach this to your bugreport. glaubitz@tirpitz:~/debian/segfault-test/wmfire-1.2.4/src$ I did a second run with strace: glaubitz@tirpitz:~/debian/segfault-test/wmfire-1.2.4/src$ strace -o gcc-segfault-wmfire gcc wmfire.c -o wmfire.o $(pkg-config --cflags gdk-2.0) $(pkg-config --cflags libgtop-2.0) wmfire.c: In function ‘draw_fire’: wmfire.c:559:6: internal compiler error: Segmentation fault psi = i * 3.14 / 20.0; ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Preprocessed source stored into /tmp/cchKm9Ad.out file, please attach this to your bugreport. glaubitz@tirpitz:~/debian/segfault-test/wmfire-1.2.4/src$ Attaching the strace output as well as the preprocessed source. Adrian >From gcc-bugs-return-489396-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Jun 19 13:27:37 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 1583 invoked by alias); 19 Jun 2015 13:27:36 -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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 1471 invoked by uid 48); 19 Jun 2015 13:27:33 -0000 From: "glaubitz at physik dot fu-berlin.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/66563] [4.9 Regression] ICE (segmentation fault) on sh4-linux-gnu Date: Fri, 19 Jun 2015 13:27:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.9.2 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: glaubitz at physik dot fu-berlin.de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-06/txt/msg01728.txt.bz2 Content-length: 294 https://gcc.gnu.org/bugzilla/show_bug.cgi?idf563 --- Comment #8 from John Paul Adrian Glaubitz --- Created attachment 35808 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id5808&actioníit strace of gcc segfaulting when compiling wmfire.c on sh4