public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/45199]  New: ICE in loop distribution
@ 2010-08-05 20:20 spop at gcc dot gnu dot org
  2010-08-05 21:11 ` [Bug tree-optimization/45199] " dominiq at lps dot ens dot fr
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: spop at gcc dot gnu dot org @ 2010-08-05 20:20 UTC (permalink / raw)
  To: gcc-bugs

When compiled with -O3 the following code ICEs on amd64-linux.

      parameter(numlev=3,numoblev=1000)
      integer i_otyp(numoblev,numlev), i_styp(numoblev,numlev)
      logical l_numob(numoblev,numlev)
      do ixe=1,numoblev
         do iye=1,numlev
            i_otyp(ixe,iye)=0
            i_styp(ixe,iye)=0
            l_numob(ixe,iye)=.false.
         enddo
      enddo
      do i=1,m
         do j=1,n
            if (l_numob(i,j)) then
               write(20,'(7I4,F12.2,4F16.10)') i_otyp(i,j),i_styp(i,j)
            endif 
         enddo
      enddo
      end


-- 
           Summary: ICE in loop distribution
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: spop at gcc dot gnu dot org
        ReportedBy: spop at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <bug-45199-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2010-12-02 16:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-05 20:20 [Bug tree-optimization/45199] New: ICE in loop distribution spop at gcc dot gnu dot org
2010-08-05 21:11 ` [Bug tree-optimization/45199] " dominiq at lps dot ens dot fr
2010-08-05 21:40 ` dominiq at lps dot ens dot fr
2010-08-06 11:11 ` [Bug tree-optimization/45199] [4.6 Regression] ICE in loop distribution at -O3 rguenth at gcc dot gnu dot org
2010-09-02 11:15 ` rguenth at gcc dot gnu dot org
     [not found] <bug-45199-4@http.gcc.gnu.org/bugzilla/>
2010-11-30 23:29 ` spop at gcc dot gnu.org
2010-12-02 16:53 ` spop at gcc dot gnu.org
2010-12-02 16:57 ` spop 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).