public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/41011]  New: [4.5 Regression] ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328
@ 2009-08-08 21:46 rguenth at gcc dot gnu dot org
  2009-08-08 21:47 ` [Bug tree-optimization/41011] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-08 21:46 UTC (permalink / raw)
  To: gcc-bugs

at -O3 -fwhole-file

      CALL UVSET(NX,NY,NZ,HVAR,ZET,NP,DZ,DKM,UM,VM,UG,VG,TM,DCDX,
     *ITY,ISH,NSMT,F)
         CALL DCTDX(NX,NY,NX1,NFILT,C(MLAG),DCDX(MLAG),HELP,HELPA,
     *   HELP,HELPA,FY,FYC,SAVEY)
      END
      SUBROUTINE PADEC(DKS,DKDS,HVAR,WM,WG,FN,NS,AN,BN,CN,IT)
      COMPLEX*16 WM(*),WG(*),FN(*),AN(*),BN(*),CN(*)
         BN(J)=F4+AS+GAMMA*F2
         CN(J)=F4-AS+GAMMA*F2
         FN(J)=(AS+F4-GAMMA*F2)*H2+(F4-AS-GAMMA*F2)*H0+
     *   H1*(F3-GAMMA/3.D0)+GAMMA*WG(J)-CONST
      END
      SUBROUTINE UVSET(NX,NY,NZ,HVAR,ZET,NP,DZ,DKM,UM,VM,UG,VG,TM,
     *WORK,ITY,IH,NSMT,F)
      DIMENSION HVAR(*),ZET(*),TM(*),DKM(*),UM(*),VM(*),UG(*),VG(*),
     *WORK(*)
      IF(IH.EQ.0) THEN
         CALL PADEC(DKM,VM,HVAR,WORK(LWM),WORK(LWG),
     *   WORK(LF),NZ,WORK(LA),WORK(LB),WORK(LC),ITY)
      ENDIF
      END


-- 
           Summary: [4.5 Regression] ICE in ipcp_lattice_from_jfunc, at ipa-
                    cp.c:328
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


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

* [Bug tree-optimization/41011] [4.5 Regression] ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328
  2009-08-08 21:46 [Bug tree-optimization/41011] New: [4.5 Regression] ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328 rguenth at gcc dot gnu dot org
@ 2009-08-08 21:47 ` rguenth at gcc dot gnu dot org
  2009-08-12 15:02 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-08 21:47 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.0


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


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

* [Bug tree-optimization/41011] [4.5 Regression] ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328
  2009-08-08 21:46 [Bug tree-optimization/41011] New: [4.5 Regression] ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328 rguenth at gcc dot gnu dot org
  2009-08-08 21:47 ` [Bug tree-optimization/41011] " rguenth at gcc dot gnu dot org
@ 2009-08-12 15:02 ` rguenth at gcc dot gnu dot org
  2009-08-12 17:55 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-12 15:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2009-08-12 15:01 -------
I have a patch.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-08-12 15:01:58
               date|                            |


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


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

* [Bug tree-optimization/41011] [4.5 Regression] ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328
  2009-08-08 21:46 [Bug tree-optimization/41011] New: [4.5 Regression] ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328 rguenth at gcc dot gnu dot org
  2009-08-08 21:47 ` [Bug tree-optimization/41011] " rguenth at gcc dot gnu dot org
  2009-08-12 15:02 ` rguenth at gcc dot gnu dot org
@ 2009-08-12 17:55 ` rguenth at gcc dot gnu dot org
  2009-08-12 17:56 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-12 17:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2009-08-12 17:55 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/41011] [4.5 Regression] ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328
  2009-08-08 21:46 [Bug tree-optimization/41011] New: [4.5 Regression] ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328 rguenth at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-08-12 17:55 ` rguenth at gcc dot gnu dot org
@ 2009-08-12 17:56 ` rguenth at gcc dot gnu dot org
  2009-08-16 20:25 ` hjl at gcc dot gnu dot org
  2009-08-18 16:46 ` [Bug tree-optimization/41011] " hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-12 17:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-08-12 17:56 -------
Subject: Bug 41011

Author: rguenth
Date: Wed Aug 12 17:55:40 2009
New Revision: 150705

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150705
Log:
2009-08-12  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/41011
        * ipa-cp.c (ipcp_lattice_from_jfunc): Deal with failing fold
        and reference constructing.

        * gfortran.dg/pr41011.f: New testcase.

Added:
    trunk/gcc/testsuite/gfortran.dg/pr41011.f
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-cp.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug tree-optimization/41011] [4.5 Regression] ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328
  2009-08-08 21:46 [Bug tree-optimization/41011] New: [4.5 Regression] ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328 rguenth at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-08-12 17:56 ` rguenth at gcc dot gnu dot org
@ 2009-08-16 20:25 ` hjl at gcc dot gnu dot org
  2009-08-18 16:46 ` [Bug tree-optimization/41011] " hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at gcc dot gnu dot org @ 2009-08-16 20:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl at gcc dot gnu dot org  2009-08-16 20:25 -------
Subject: Bug 41011

Author: hjl
Date: Sun Aug 16 20:23:57 2009
New Revision: 150812

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150812
Log:
2009-08-16  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline:
        2009-08-14  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/41070
        * gfortran.dg/structure_constructor_10.f90: New.

        2009-08-14  Paolo Bonzini  <bonzini@gnu.org>

        PR target/40934
        * gcc.target/i386/pr40934.c: New.

        2009-08-13  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/40995
        * gfortran.dg/intrinsic_4.f90: New.

        2009-08-13  Richard Guenther  <rguenther@suse.de>

        PR middle-end/41047
        * gcc.dg/tree-ssa/ssa-ccp-27.c: New testcase.

        2009-08-12  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/41011
        * gfortran.dg/pr41011.f: New testcase.

        2009-08-10  Richard Guenther  <rguenther@suse.de>

        PR middle-end/41006
        * gcc.c-torture/compile/pr41006-1.c: New testcase.
        * gcc.c-torture/compile/pr41006-2.c: Likewise.

        2009-08-10  Dodji Seketeli  <dodji@redhat.com>

        PR c++/40866
        * g++.dg/expr/stmt-expr-1.C: New test.

        2009-08-09  Ira Rosen  <irar@il.ibm.com>

        PR tree-optimization/41008
        * gcc.dg/vect/O1-pr41008.c: New test.

        2009-08-08  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/40991
        * g++.dg/torture/pr40991.C: New testcase.

        2009-08-06  Uros Bizjak  <ubizjak@gmail.com>
                    H.J. Lu  <hongjiu.lu@intel.com>

        PR target/40957
        * gcc.target/i386/pr40957.c: New test.

        2009-08-06  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/40964
        * gcc.c-torture/compile/pr40964.c: New testcase.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/expr/stmt-expr-1.C
      - copied unchanged from r150811,
trunk/gcc/testsuite/g++.dg/expr/stmt-expr-1.C
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/torture/pr40991.C
      - copied unchanged from r150811,
trunk/gcc/testsuite/g++.dg/torture/pr40991.C
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr40964.c
      - copied unchanged from r150811,
trunk/gcc/testsuite/gcc.c-torture/compile/pr40964.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr41006-1.c
      - copied unchanged from r150811,
trunk/gcc/testsuite/gcc.c-torture/compile/pr41006-1.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr41006-2.c
      - copied unchanged from r150811,
trunk/gcc/testsuite/gcc.c-torture/compile/pr41006-2.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-27.c
      - copied unchanged from r150811,
trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-27.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/vect/O1-pr41008.c
      - copied unchanged from r150811,
trunk/gcc/testsuite/gcc.dg/vect/O1-pr41008.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.target/i386/pr40934.c
      - copied unchanged from r150811,
trunk/gcc/testsuite/gcc.target/i386/pr40934.c
    branches/gcc-4_4-branch/gcc/testsuite/gcc.target/i386/pr40957.c
      - copied unchanged from r150811,
trunk/gcc/testsuite/gcc.target/i386/pr40957.c
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/intrinsic_4.f90
      - copied unchanged from r150811,
trunk/gcc/testsuite/gfortran.dg/intrinsic_4.f90
    branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/pr41011.f
      - copied unchanged from r150811,
trunk/gcc/testsuite/gfortran.dg/pr41011.f
   
branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/structure_constructor_10.f90
      - copied unchanged from r150811,
trunk/gcc/testsuite/gfortran.dg/structure_constructor_10.f90
Modified:
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug tree-optimization/41011] ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328
  2009-08-08 21:46 [Bug tree-optimization/41011] New: [4.5 Regression] ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328 rguenth at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2009-08-16 20:25 ` hjl at gcc dot gnu dot org
@ 2009-08-18 16:46 ` hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-08-18 16:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hjl dot tools at gmail dot com  2009-08-18 16:46 -------
This isn't a 4.5 regression since there is no -fwhole-file in gcc 4.4.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.5 Regression] ICE in     |ICE in
                   |ipcp_lattice_from_jfunc, at |ipcp_lattice_from_jfunc, at
                   |ipa-cp.c:328                |ipa-cp.c:328


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


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

end of thread, other threads:[~2009-08-18 16:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-08 21:46 [Bug tree-optimization/41011] New: [4.5 Regression] ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328 rguenth at gcc dot gnu dot org
2009-08-08 21:47 ` [Bug tree-optimization/41011] " rguenth at gcc dot gnu dot org
2009-08-12 15:02 ` rguenth at gcc dot gnu dot org
2009-08-12 17:55 ` rguenth at gcc dot gnu dot org
2009-08-12 17:56 ` rguenth at gcc dot gnu dot org
2009-08-16 20:25 ` hjl at gcc dot gnu dot org
2009-08-18 16:46 ` [Bug tree-optimization/41011] " hjl dot 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).