From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22363 invoked by alias); 12 Feb 2014 13:15:53 -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 21745 invoked by uid 48); 12 Feb 2014 13:15:44 -0000 From: "danglin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/60155] ICE: in get_pressure_class_and_nregs at gcse.c:3438 Date: Wed, 12 Feb 2014 13:15:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 4.8.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: danglin at gcc dot gnu.org 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: Message-ID: In-Reply-To: References: 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-02/txt/msg01139.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D60155 --- Comment #1 from John David Anglin --- With 4.6 and 4.7 compilers, this appears as: gcc-4.6 -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=3D2 -ftrapv -fno-builtin-memset -D_FORTIFY_SOURCE=3D2 -g = -O2 -Wformat -Werror=3Dformat-security -DLOGIN_PROGRAM=3D\"/bin/login\" -DLOGIN_NO_ENDOPT -DSSH_EXTRAVERSION=3D\"Debian-2\" -I. -I..=20 -I/usr/include/editline -DSSHDIR=3D\"/etc/ssh\" -D_PATH_SSH_PROGRAM=3D\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=3D\"/usr/bin/ssh-askpass\" -D_PATH_SFTP_SERVER=3D\"/usr/lib/openssh/sftp-server\" -D_PATH_SSH_KEY_SIGN=3D\"/usr/lib/openssh/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=3D\"/usr/lib/openssh/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=3D\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=3D\"/var/run/s= shd\" -DHAVE_CONFIG_H -c ../ssh-keygen.c ../ssh-keygen.c: In function =E2=80=98do_fingerprint=E2=80=99: ../ssh-keygen.c:887:1: internal compiler error: in hoist_code, at gcse.c:46= 31 >>From gcc-bugs-return-443383-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Feb 12 13:16:58 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 26884 invoked by alias); 12 Feb 2014 13:16:58 -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 26859 invoked by uid 48); 12 Feb 2014 13:16:55 -0000 From: "glisse at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/57202] Please make the intrinsics headers like immintrin.h be usable without compiler flags Date: Wed, 12 Feb 2014 13:16: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.8.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: glisse at gcc dot gnu.org 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: 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-02/txt/msg01140.txt.bz2 Content-length: 136 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57202 --- Comment #4 from Marc Glisse --- Can this be closed?