From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26298 invoked by alias); 5 Feb 2013 19:43:32 -0000 Received: (qmail 24708 invoked by uid 48); 5 Feb 2013 19:43:05 -0000 From: "daniel.f.starke at freenet dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/56185] [4.7 Regression] ICE for Arithmetic exception with -O2 and -fgraphite Date: Tue, 05 Feb 2013 19:43:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: daniel.f.starke at freenet dot de X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.3 X-Bugzilla-Changed-Fields: Known to work Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2013-02/txt/msg00424.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56185 Daniel Starke changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |4.6.3 --- Comment #3 from Daniel Starke 2013-02-05 19:43:05 UTC --- Sorry, I forgot to fill out that field. Works fine with: Using built-in specs. COLLECT_GCC=D:\Programme\msys\mingw64\bin\x86_64-w64-mingw32-gcc.exe COLLECT_LTO_WRAPPER=d:/programme/msys/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/4.6.3/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: ../../src/gcc-4.6.3/configure --enable-languages=c,c++ --disable-nls --disable-shared --enable-static --enable-lto --enable-libgomp --with-dwarf2 --disable-win32-registry --enable-version-specific-runtime-libs --prefix=/mingw64 --with-sysroot=/mingw64 --target=x86_64-w64-mingw32 --enable-targets=all --with-gmp=/usr/new-cross-gcc/lib/gmp-5.0.2 --with-mpfr=/usr/new-cross-gcc/lib/mpfr-2.4.2 --with-mpc=/usr/new-cross-gcc/lib/mpc-0.9 --with-ppl=/usr/new-cross-gcc/lib/ppl-0.11.2 --with-cloog=/usr/new-cross-gcc/lib/cloog-parma-0.16.1 --with-host-libstdcxx='-lstdc++ -lsupc++' --enable-cloog-backend=ppl Thread model: win32 gcc version 4.6.3 (GCC) This is a cross compiler, thus I can not bootstrap it. The versions of the used libraries are in the configure string. Or do you need the base of the build system used to create that cross compiler?