From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31903 invoked by alias); 25 Dec 2014 20:08:11 -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 Received: (qmail 31888 invoked by uid 48); 25 Dec 2014 20:08:07 -0000 From: "yselkowi at redhat dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/64407] New: ICE in simplify_const_unary_operation, at simplify-rtx.c:1730 Date: Thu, 25 Dec 2014 20:08:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: yselkowi at redhat 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-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cf_gcchost cf_gcctarget cf_gccbuild Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-12/txt/msg02737.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D64407 Bug ID: 64407 Summary: ICE in simplify_const_unary_operation, at simplify-rtx.c:1730 Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com Host: x86_64-cygwin Target: xstormy16-elf Build: x86_64-cygwin While compiling newlib-2.2.0 with gcc-4.9.2 --target=3Dxstormy16-elf: xstormy16-elf-gcc -B/usr/src/ports/cross-newlib/cross-newlib-2.2.0-1.x86_64/build/xstormy16-e= lf/xstormy16-elf/newlib/ -isystem /usr/src/ports/cross-newlib/cross-newlib-2.2.0-1.x86_64/build/xstormy16-elf= /xstormy16-elf/newlib/targ-include -isystem /usr/src/ports/cross-newlib/cross-newlib-2.2.0-1.x86_64/src/newlib-2.2.0/ne= wlib/libc/include -B/usr/src/ports/cross-newlib/cross-newlib-2.2.0-1.x86_64/build/xstormy16-e= lf/xstormy16-elf/libgloss/xstormy16 -L/usr/src/ports/cross-newlib/cross-newlib-2.2.0-1.x86_64/build/xstormy16-e= lf/xstormy16-elf/libgloss/libnosys -L/usr/src/ports/cross-newlib/cross-newlib-2.2.0-1.x86_64/src/newlib-2.2.0/= libgloss/xstormy16 -DPACKAGE_NAME=3D\"newlib\" -DPACKAGE_TARNAME=3D\"newlib\" -DPACKAGE_VERSION=3D\"2.2.0\" -DPACKAGE_STRING=3D\"newlib\ 2.2.0\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE_URL=3D\"\" -I. -I/usr/src/ports/cross-newlib/cross-newlib-2.2.0-1.x86_64/src/newlib-2.2.0/= newlib/libm/math -I/usr/src/ports/cross-newlib/cross-newlib-2.2.0-1.x86_64/src/newlib-2.2.0/= newlib/libm/math/../common -DMALLOC_PROVIDED -DPREFER_SIZE_OVER_SPEED -fno-builtin -g -ggdb -O2 -= pipe -Wimplicit-function-declaration -c -o lib_a-e_log.o `test -f 'e_log.c' || e= cho '/usr/src/ports/cross-newlib/cross-newlib-2.2.0-1.x86_64/src/newlib-2.2.0/n= ewlib/libm/math/'`e_log.c /usr/src/ports/cross-newlib/cross-newlib-2.2.0-1.x86_64/src/newlib-2.2.0/ne= wlib/libm/math/e_log.c: In function =E2=80=98__ieee754_log=E2=80=99: /usr/src/ports/cross-newlib/cross-newlib-2.2.0-1.x86_64/src/newlib-2.2.0/ne= wlib/libm/math/e_log.c:144:1: internal compiler error: in simplify_const_unary_operation, at simplify-rtx.c:1730 } ^ >>From gcc-bugs-return-471731-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Dec 25 20:09:47 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 317 invoked by alias); 25 Dec 2014 20:09:47 -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 300 invoked by uid 48); 25 Dec 2014 20:09:44 -0000 From: "yselkowi at redhat dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/64407] ICE in simplify_const_unary_operation, at simplify-rtx.c:1730 Date: Thu, 25 Dec 2014 20:09: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: X-Bugzilla-Severity: normal X-Bugzilla-Who: yselkowi at redhat 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-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: 2014-12/txt/msg02738.txt.bz2 Content-length: 239 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64407 --- Comment #1 from Yaakov Selkowitz --- Created attachment 34333 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34333&action=edit preprocessed source