[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug tree-optimization/27144] [4.2 regression] segfault with -O2 on x86_64 (and powerpc64)




------- Comment #8 from martin at mpa-garching dot mpg dot de  2006-05-02 10:16 -------
Hmm, I'm seeing a new ICE that could be related to your patch:

        function rombint()
        implicit none
        real :: rombint
        integer :: i, j
        real :: g(6), g0, g1

10        i=i+1
          if (i.gt.20) go to 40
            do 30 j=1,6
            g1=g0+g(j)
            g0=g1
30        continue
        go to 10
40      rombint=g0
        end function rombint

~/tmp>gfortran -c -O bug.f90 
bug.f90: In function 'rombint':
bug.f90:1: internal compiler error: in n_of_executions_at_least, at
tree-ssa-loop-niter.c:1772


-- 

martin at mpa-garching dot mpg dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin at mpa-garching dot
                   |                            |mpg dot de


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



Reply to: