public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/60155] New: ICE: in get_pressure_class_and_nregs at gcse.c:3438
@ 2014-02-12  2:14 danglin at gcc dot gnu.org
  2014-02-12 13:15 ` [Bug rtl-optimization/60155] " danglin at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: danglin at gcc dot gnu.org @ 2014-02-12  2:14 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60155

            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=32112&action=edit
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=2 -ftrapv
-fno-builtin-memset -D_FORTIFY_SOURCE=2 -g -O2 -Wformat -Werror=format-security
-DLOGIN_PROGRAM=\"/bin/login\" -DLOGIN_NO_ENDOPT
-DSSH_EXTRAVERSION=\"Debian-2\"  -I. -I..  -I/usr/include/editline    
-DSSHDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAUL
T=\"/usr/bin/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/lib/openssh/sftp-server\" 
-D_PATH_SSH_KEY_SIGN=\"/usr/lib/openssh/ssh-keysign\"
-D_PATH_SSH_PKCS11_HELPER=\"/usr/lib/openssh/ssh-pkcs11-helper\"
-D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_P
RIVSEP_CHROOT_DIR=\"/var/run/sshd\" -DHAVE_CONFIG_H -c ../ssh-keygen.c
../ssh-keygen.c: In function ‘do_fingerprint’:
../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: <gcc-bugs-return-443350-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
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: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
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" <gcc-bugzilla@gcc.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: <bug-60148-4-gYn2sqTbYL@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60148-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60148-4@http.gcc.gnu.org/bugzilla/>
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`148

--- Comment #3 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
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?


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-04-04 22:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-12  2:14 [Bug rtl-optimization/60155] New: ICE: in get_pressure_class_and_nregs at gcse.c:3438 danglin at gcc dot gnu.org
2014-02-12 13:15 ` [Bug rtl-optimization/60155] " danglin at gcc dot gnu.org
2014-02-13  0:02 ` danglin at gcc dot gnu.org
2014-02-13  0:07 ` danglin at gcc dot gnu.org
2014-02-14 20:06 ` danglin at gcc dot gnu.org
2014-02-19 15:28 ` danglin at gcc dot gnu.org
2014-02-25  6:36 ` law at redhat dot com
2014-02-26  1:46 ` dave.anglin at bell dot net
2014-02-26  3:41 ` law at redhat dot com
2014-03-03  0:57 ` dave.anglin at bell dot net
2014-03-04  1:02 ` danglin at gcc dot gnu.org
2014-03-09 20:36 ` dave.anglin at bell dot net
2014-04-04 15:26 ` law at redhat dot com
2014-04-04 22:26 ` danglin at gcc dot gnu.org
2014-04-04 22:30 ` danglin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).