public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/60618] New: ICE when building openssh on hppa w/-ftrapv in gcse.c
@ 2014-03-21 17:36 vapier at gentoo dot org
  2014-03-24  8:58 ` [Bug target/60618] " rguenth at gcc dot gnu.org
  2015-10-22 14:27 ` vapier at gentoo dot org
  0 siblings, 2 replies; 3+ messages in thread
From: vapier at gentoo dot org @ 2014-03-21 17:36 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="UTF-8", Size: 3741 bytes --]

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

            Bug ID: 60618
           Summary: ICE when building openssh on hppa w/-ftrapv in gcse.c
           Product: gcc
           Version: 4.8.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vapier at gentoo dot org
                CC: toolchain at gentoo dot org
              Host: hppa2.0-linux-gnu
            Target: hppa2.0-linux-gnu
             Build: hppa2.0-linux-gnu

Created attachment 32426
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32426&action=edit
preprocessed output

building the latest version of openssh on hppa ICEs when using -ftrapv (which
upstream adds themselves)

$ hppa2.0-unknown-linux-gnu-gcc-4.6.4 -c ssh-keygen.i -O2 -ftrapv
ssh-keygen.i: In function ‘do_fingerprint’:
ssh-keygen.i:9188:1: internal compiler error: in hoist_code, at gcse.c:4631

$ hppa2.0-unknown-linux-gnu-gcc-4.7.3 -c ssh-keygen.i -O2 -ftrapv
ssh-keygen.i: In function ‘do_known_hosts’:
ssh-keygen.i:9499:1: internal compiler error: in hoist_code, at gcse.c:3123

$ hppa2.0-unknown-linux-gnu-gcc-4.8.2 -c ssh-keygen.i -O2 -ftrapv
ssh-keygen.i: In function ‘do_fingerprint’:
ssh-keygen.i:9188:1: internal compiler error: in get_pressure_class_and_nregs,
at gcse.c:3438
>From gcc-bugs-return-447132-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Mar 21 17:41:06 2014
Return-Path: <gcc-bugs-return-447132-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 26656 invoked by alias); 21 Mar 2014 17:41:06 -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 26383 invoked by uid 48); 21 Mar 2014 17:41:01 -0000
From: "hjl.tools at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/60520] stack adjustment are not merged anymore
Date: Fri, 21 Mar 2014 17:41: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.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: hjl.tools at gmail dot com
X-Bugzilla-Status: REOPENED
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.isobsolete attachments.created
Message-ID: <bug-60520-4-wBIXGeVFTM@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60520-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60520-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-03/txt/msg02001.txt.bz2
Content-length: 517

http://gcc.gnu.org/bugzilla/show_bug.cgi?id`520

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32399|0                           |1
        is obsolete|                            |

--- Comment #13 from H.J. Lu <hjl.tools at gmail dot com> ---
Created attachment 32427
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id2427&actioníit
A patch with a target hook


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

* [Bug target/60618] ICE when building openssh on hppa w/-ftrapv in gcse.c
  2014-03-21 17:36 [Bug target/60618] New: ICE when building openssh on hppa w/-ftrapv in gcse.c vapier at gentoo dot org
@ 2014-03-24  8:58 ` rguenth at gcc dot gnu.org
  2015-10-22 14:27 ` vapier at gentoo dot org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-03-24  8:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
They use -ftrapv?  Ugh... ;)


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

* [Bug target/60618] ICE when building openssh on hppa w/-ftrapv in gcse.c
  2014-03-21 17:36 [Bug target/60618] New: ICE when building openssh on hppa w/-ftrapv in gcse.c vapier at gentoo dot org
  2014-03-24  8:58 ` [Bug target/60618] " rguenth at gcc dot gnu.org
@ 2015-10-22 14:27 ` vapier at gentoo dot org
  1 sibling, 0 replies; 3+ messages in thread
From: vapier at gentoo dot org @ 2015-10-22 14:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60618

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Mike Frysinger <vapier at gentoo dot org> ---
seems to pass with latest versions of 4.7/4.8


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

end of thread, other threads:[~2015-10-22 14:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-21 17:36 [Bug target/60618] New: ICE when building openssh on hppa w/-ftrapv in gcse.c vapier at gentoo dot org
2014-03-24  8:58 ` [Bug target/60618] " rguenth at gcc dot gnu.org
2015-10-22 14:27 ` vapier at gentoo dot 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).