public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/33880]  New: ICE: in extract_omp_for_data, at omp-low.c:162
@ 2007-10-24 12:21 burnus at gcc dot gnu dot org
  2007-10-24 13:23 ` [Bug middle-end/33880] " jakub at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-10-24 12:21 UTC (permalink / raw)
  To: gcc-bugs

This is with both 4.2 and 4.3 on x86_64/Linux.

gfortran-4.3 -fopenmp a.f90
a.f90: In function 'MAIN__':
a.f90:3: internal compiler error: in extract_omp_for_data, at omp-low.c:162

Test case (by Xavier Andrade):
--------------------------
program testbug
  integer :: ii
  !$omp parallel do
  do ii = 1, 1000
  end do
contains
  subroutine something()
    ii = 0
  end subroutine something
end program testbug
--------------------------


-- 
           Summary: ICE: in extract_omp_for_data, at omp-low.c:162
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, openmp
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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


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

end of thread, other threads:[~2008-02-06 20:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-24 12:21 [Bug middle-end/33880] New: ICE: in extract_omp_for_data, at omp-low.c:162 burnus at gcc dot gnu dot org
2007-10-24 13:23 ` [Bug middle-end/33880] " jakub at gcc dot gnu dot org
2007-11-19  5:37 ` pinskia at gcc dot gnu dot org
2008-01-13 22:23 ` burnus at gcc dot gnu dot org
2008-01-25 10:18 ` jakub at gcc dot gnu dot org
2008-01-25 13:39 ` jakub at gcc dot gnu dot org
2008-01-25 13:59 ` jakub at gcc dot gnu dot org
2008-02-06 20:36 ` rguenth at gcc dot gnu 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).