From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31464 invoked by alias); 12 Feb 2014 02:14:45 -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 30846 invoked by uid 48); 12 Feb 2014 02:14:38 -0000 From: "danglin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/60155] New: ICE: in get_pressure_class_and_nregs at gcse.c:3438 Date: Wed, 12 Feb 2014 02:14:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cf_gcchost cf_gcctarget cf_gccbuild attachments.created 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-02/txt/msg01106.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D60155 Bug ID: 60155 Summary: ICE: in get_pressure_class_and_nregs at gcse.c:3438 Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu Build: hppa-unknown-linux-gnu Created attachment 32112 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D32112&action=3Dedit Preprocessed source The following ICE occurs building openssh -6.5p1: gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -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.. -I/usr/include/editline=20=20= =20=20 -DSSHDIR=3D\"/etc/ssh\" -D_PATH_SSH_PROGRAM=3D\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAUL T=3D\"/usr/bin/ssh-askpass\" -D_PATH_SFTP_SERVER=3D\"/usr/lib/openssh/sftp-= server\"=20 -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_P RIVSEP_CHROOT_DIR=3D\"/var/run/sshd\" -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 get_pressure_class_and_nregs, at gcse.c:3438 } ^Please submit a full bug report, >>From gcc-bugs-return-443350-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Feb 12 02:32:31 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 8572 invoked by alias); 12 Feb 2014 02:32:30 -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 8530 invoked by uid 48); 12 Feb 2014 02:32:24 -0000 From: "jvdelisle at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/60148] strings in NAMELIST do not honor DELIM= in open statement Date: Wed, 12 Feb 2014 02:32:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jvdelisle at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jvdelisle 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/msg01107.txt.bz2 Content-length: 313 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60148 --- Comment #3 from Jerry DeLisle --- This seems a little counter-intuitive to me. However with delimiter="NONE" I think the standard says that junk should be: &MYLIST MYSTRING=tue / With two spaces after the 'tue' Agree?