public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/63821] New: ICE in verify_gimple during libgcc build starting with r217349
@ 2014-11-11 17:19 pthaugen at gcc dot gnu.org
  2014-11-11 17:49 ` [Bug other/63821] " pthaugen at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: pthaugen at gcc dot gnu.org @ 2014-11-11 17:19 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63821
           Summary: ICE in verify_gimple during libgcc build starting with
                    r217349
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pthaugen at gcc dot gnu.org
                CC: bergner at gcc dot gnu.org, dje at gcc dot gnu.org,
                    rguenth at gcc dot gnu.org
              Host: powerpc64-unknown-linux-gnu
            Target: powerpc64-unknown-linux-gnu
             Build: powerpc64-unknown-linux-gnu

/home/pthaugen/src/gcc/trunk/gcc/libgcc/../libdecnumber/decDouble.c: In
function ‘decDivide’:
/home/pthaugen/src/gcc/trunk/gcc/libgcc/../libdecnumber/decDouble.c:147:0:
error: non-trivial conversion at assignment

 ^
sizetype
int
_534 = _529;
/home/pthaugen/src/gcc/trunk/gcc/libgcc/../libdecnumber/decDouble.c:147:0:
internal compiler error: verify_gimple failed
0x1078e113 verify_gimple_in_cfg(function*, bool)
    /home/pthaugen/src/gcc/trunk/gcc/gcc/tree-cfg.c:5039
0x1064e41f execute_function_todo
    /home/pthaugen/src/gcc/trunk/gcc/gcc/passes.c:1868
0x1064decf do_per_function
    /home/pthaugen/src/gcc/trunk/gcc/gcc/passes.c:1595
0x1065019b execute_todo
    /home/pthaugen/src/gcc/trunk/gcc/gcc/passes.c:1925
Please submit a full bug report,
>From gcc-bugs-return-466398-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Nov 11 17:21:52 2014
Return-Path: <gcc-bugs-return-466398-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 20420 invoked by alias); 11 Nov 2014 17:21:52 -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 20368 invoked by uid 48); 11 Nov 2014 17:21:48 -0000
From: "Sergey.Belyashov at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/63808] [arm] Invalid register saving in FIQ handler causes register corruption
Date: Tue, 11 Nov 2014 17:21: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.4
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: Sergey.Belyashov at gmail 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:
Message-ID: <bug-63808-4-xAWMmobjkm@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63808-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63808-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-11/txt/msg00870.txt.bz2
Content-length: 255

https://gcc.gnu.org/bugzilla/show_bug.cgi?idc808

--- Comment #5 from Sergey Belyashov <Sergey.Belyashov at gmail dot com> ---
Sorry. I am wrong about register corruption. It is bug of my simulator. But r8
in the list is not neccessary in fiq handler.


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

* [Bug other/63821] ICE in verify_gimple during libgcc build starting with r217349
  2014-11-11 17:19 [Bug other/63821] New: ICE in verify_gimple during libgcc build starting with r217349 pthaugen at gcc dot gnu.org
@ 2014-11-11 17:49 ` pthaugen at gcc dot gnu.org
  2014-11-11 20:43 ` [Bug bootstrap/63821] " dje at gcc dot gnu.org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pthaugen at gcc dot gnu.org @ 2014-11-11 17:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Pat Haugen <pthaugen at gcc dot gnu.org> ---
Created attachment 33937
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33937&action=edit
reduced testcase

Reduced testcase, fails when compiled with '-O2 -m32'.


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

* [Bug bootstrap/63821] ICE in verify_gimple during libgcc build starting with r217349
  2014-11-11 17:19 [Bug other/63821] New: ICE in verify_gimple during libgcc build starting with r217349 pthaugen at gcc dot gnu.org
  2014-11-11 17:49 ` [Bug other/63821] " pthaugen at gcc dot gnu.org
@ 2014-11-11 20:43 ` dje at gcc dot gnu.org
  2014-11-12  0:02 ` iains at gcc dot gnu.org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dje at gcc dot gnu.org @ 2014-11-11 20:43 UTC (permalink / raw)
  To: gcc-bugs

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

David Edelsohn <dje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-11-11
          Component|other                       |bootstrap
     Ever confirmed|0                           |1

--- Comment #2 from David Edelsohn <dje at gcc dot gnu.org> ---
Confirmed.


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

* [Bug bootstrap/63821] ICE in verify_gimple during libgcc build starting with r217349
  2014-11-11 17:19 [Bug other/63821] New: ICE in verify_gimple during libgcc build starting with r217349 pthaugen at gcc dot gnu.org
  2014-11-11 17:49 ` [Bug other/63821] " pthaugen at gcc dot gnu.org
  2014-11-11 20:43 ` [Bug bootstrap/63821] " dje at gcc dot gnu.org
@ 2014-11-12  0:02 ` iains at gcc dot gnu.org
  2014-11-12  5:09 ` amker at gcc dot gnu.org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: iains at gcc dot gnu.org @ 2014-11-12  0:02 UTC (permalink / raw)
  To: gcc-bugs

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

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|powerpc64-unknown-linux-gnu |powerpc64-unknown-linux-gnu
                   |                            |, powerpc-apple-darwin9
               Host|powerpc64-unknown-linux-gnu |powerpc64-unknown-linux-gnu
                   |                            |, powerpc-apple-darwin9
              Build|powerpc64-unknown-linux-gnu |powerpc64-unknown-linux-gnu
                   |                            |, powerpc-apple-darwin9

--- Comment #3 from Iain Sandoe <iains at gcc dot gnu.org> ---
also on powerpc-darwin9


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

* [Bug bootstrap/63821] ICE in verify_gimple during libgcc build starting with r217349
  2014-11-11 17:19 [Bug other/63821] New: ICE in verify_gimple during libgcc build starting with r217349 pthaugen at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-11-12  0:02 ` iains at gcc dot gnu.org
@ 2014-11-12  5:09 ` amker at gcc dot gnu.org
  2014-11-12  5:11 ` amker at gcc dot gnu.org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: amker at gcc dot gnu.org @ 2014-11-12  5:09 UTC (permalink / raw)
  To: gcc-bugs

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

amker at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joel at gcc dot gnu.org

--- Comment #4 from amker at gcc dot gnu.org ---
*** Bug 63817 has been marked as a duplicate of this bug. ***


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

* [Bug bootstrap/63821] ICE in verify_gimple during libgcc build starting with r217349
  2014-11-11 17:19 [Bug other/63821] New: ICE in verify_gimple during libgcc build starting with r217349 pthaugen at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2014-11-12  5:09 ` amker at gcc dot gnu.org
@ 2014-11-12  5:11 ` amker at gcc dot gnu.org
  2014-11-12  6:31 ` Joost.VandeVondele at mat dot ethz.ch
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: amker at gcc dot gnu.org @ 2014-11-12  5:11 UTC (permalink / raw)
  To: gcc-bugs

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

amker at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amker at gcc dot gnu.org

--- Comment #5 from amker at gcc dot gnu.org ---
Also breaks aarch64 bootstrap, and newlib on arm.


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

* [Bug bootstrap/63821] ICE in verify_gimple during libgcc build starting with r217349
  2014-11-11 17:19 [Bug other/63821] New: ICE in verify_gimple during libgcc build starting with r217349 pthaugen at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2014-11-12  5:11 ` amker at gcc dot gnu.org
@ 2014-11-12  6:31 ` Joost.VandeVondele at mat dot ethz.ch
  2014-11-12  9:45 ` [Bug bootstrap/63821] [5 Regression] " rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Joost.VandeVondele at mat dot ethz.ch @ 2014-11-12  6:31 UTC (permalink / raw)
  To: gcc-bugs

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

Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Joost.VandeVondele at mat dot ethz
                   |                            |.ch

--- Comment #6 from Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> ---
Fortran testcase involving other types.

> cat bug.f90
SUBROUTINE calculates_green_opt()
  INTEGER, PARAMETER :: dp=8
  REAL(KIND=dp), ALLOCATABLE, DIMENSION(:) :: green, green1
  ALLOCATE(green(-nrec:nrec),stat=i_all)
  DO ikern=1,nrec
     green(-ikern)=gleft+gright
     IF (ABS(green(ikern)) <= 1.e-20_dp) THEN
        nrec=ikern
        EXIT
     END IF
  END DO
  ALLOCATE(green1(-nrec:nrec),stat=i_all)
  CALL scf_recursion(nrec,green(-nrec),green1(-nrec))
END SUBROUTINE calculates_green_opt

> gfortran  -c  -O3  bug.f90
bug.f90:1:0:

 SUBROUTINE calculates_green_opt()
 ^
Error: non-trivial conversion at assignment
integer(kind=8)
unsigned long
pretmp_55 = ivtmp.30_114;
bug.f90:1:0: internal compiler error: verify_gimple failed


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

* [Bug bootstrap/63821] [5 Regression] ICE in verify_gimple during libgcc build starting with r217349
  2014-11-11 17:19 [Bug other/63821] New: ICE in verify_gimple during libgcc build starting with r217349 pthaugen at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2014-11-12  6:31 ` Joost.VandeVondele at mat dot ethz.ch
@ 2014-11-12  9:45 ` rguenth at gcc dot gnu.org
  2014-11-12 10:14 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-11-12  9:45 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot gnu.org
   Target Milestone|---                         |5.0
            Summary|ICE in verify_gimple during |[5 Regression] ICE in
                   |libgcc build starting with  |verify_gimple during libgcc
                   |r217349                     |build starting with r217349

--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
I will have a look.


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

* [Bug bootstrap/63821] [5 Regression] ICE in verify_gimple during libgcc build starting with r217349
  2014-11-11 17:19 [Bug other/63821] New: ICE in verify_gimple during libgcc build starting with r217349 pthaugen at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2014-11-12  9:45 ` [Bug bootstrap/63821] [5 Regression] " rguenth at gcc dot gnu.org
@ 2014-11-12 10:14 ` rguenth at gcc dot gnu.org
  2014-11-12 10:17 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-11-12 10:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Wed Nov 12 10:13:48 2014
New Revision: 217411

URL: https://gcc.gnu.org/viewcvs?rev=217411&root=gcc&view=rev
Log:
2014-11-12  Richard Biener  <rguenther@suse.de>

    PR middle-end/63821
    * match.pd: Add missing conversion to the -(T)-X pattern.

    * gfortran.dg/pr63821.f90: New testcase.

Added:
    trunk/gcc/testsuite/gfortran.dg/pr63821.f90
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/match.pd
    trunk/gcc/testsuite/ChangeLog


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

* [Bug bootstrap/63821] [5 Regression] ICE in verify_gimple during libgcc build starting with r217349
  2014-11-11 17:19 [Bug other/63821] New: ICE in verify_gimple during libgcc build starting with r217349 pthaugen at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2014-11-12 10:14 ` rguenth at gcc dot gnu.org
@ 2014-11-12 10:17 ` rguenth at gcc dot gnu.org
  2014-11-12 18:10 ` hjl.tools at gmail dot com
  2014-11-12 18:50 ` hjl.tools at gmail dot com
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-11-12 10:17 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

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

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed.


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

* [Bug bootstrap/63821] [5 Regression] ICE in verify_gimple during libgcc build starting with r217349
  2014-11-11 17:19 [Bug other/63821] New: ICE in verify_gimple during libgcc build starting with r217349 pthaugen at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2014-11-12 10:17 ` rguenth at gcc dot gnu.org
@ 2014-11-12 18:10 ` hjl.tools at gmail dot com
  2014-11-12 18:50 ` hjl.tools at gmail dot com
  10 siblings, 0 replies; 12+ messages in thread
From: hjl.tools at gmail dot com @ 2014-11-12 18:10 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |su at cs dot ucdavis.edu

--- Comment #10 from H.J. Lu <hjl.tools at gmail dot com> ---
*** Bug 63835 has been marked as a duplicate of this bug. ***


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

* [Bug bootstrap/63821] [5 Regression] ICE in verify_gimple during libgcc build starting with r217349
  2014-11-11 17:19 [Bug other/63821] New: ICE in verify_gimple during libgcc build starting with r217349 pthaugen at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2014-11-12 18:10 ` hjl.tools at gmail dot com
@ 2014-11-12 18:50 ` hjl.tools at gmail dot com
  10 siblings, 0 replies; 12+ messages in thread
From: hjl.tools at gmail dot com @ 2014-11-12 18:50 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl.tools at gmail dot com

--- Comment #11 from H.J. Lu <hjl.tools at gmail dot com> ---
*** Bug 63836 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2014-11-12 18:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-11 17:19 [Bug other/63821] New: ICE in verify_gimple during libgcc build starting with r217349 pthaugen at gcc dot gnu.org
2014-11-11 17:49 ` [Bug other/63821] " pthaugen at gcc dot gnu.org
2014-11-11 20:43 ` [Bug bootstrap/63821] " dje at gcc dot gnu.org
2014-11-12  0:02 ` iains at gcc dot gnu.org
2014-11-12  5:09 ` amker at gcc dot gnu.org
2014-11-12  5:11 ` amker at gcc dot gnu.org
2014-11-12  6:31 ` Joost.VandeVondele at mat dot ethz.ch
2014-11-12  9:45 ` [Bug bootstrap/63821] [5 Regression] " rguenth at gcc dot gnu.org
2014-11-12 10:14 ` rguenth at gcc dot gnu.org
2014-11-12 10:17 ` rguenth at gcc dot gnu.org
2014-11-12 18:10 ` hjl.tools at gmail dot com
2014-11-12 18:50 ` hjl.tools at gmail dot com

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).