public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug gcov/profile/27573]  New: ICE with -fopenmp  -fprofile-generate
@ 2006-05-12 14:26 aldot at gcc dot gnu dot org
  2006-05-15 17:43 ` [Bug middle-end/27573] " jakub at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: aldot at gcc dot gnu dot org @ 2006-05-12 14:26 UTC (permalink / raw)
  To: gcc-bugs

gfortran-4.2-HEAD -fopenmp  -fprofile-generate -c
/src/gfc-4.2/libgomp/testsuite/libgomp.fortran/omp_parse1.f90

omp_parse1.f90:3: internal compiler error: in expand_omp_parallel, at
omp-low.c:2396

smallish testcase:
program test_omp
implicit none
integer i,j,k,omp_get_num_threads,omp_get_thread_num
!$omp parallel
write(6,"(2(a,i3))") " OpenMP: N_threads = ", omp_get_num_threads(), &
" thread = ", omp_get_thread_num()

do i=1,j-1
!  k=i+1
!2 continue
enddo
!$omp end parallel
end


-- 
           Summary: ICE with -fopenmp  -fprofile-generate
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, openmp
          Severity: normal
          Priority: P3
         Component: gcov/profile
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aldot at gcc dot gnu dot org
 GCC build triplet: i686-linux-gnu
  GCC host triplet: i686-linux-gnu
GCC target triplet: i686-linux-gnu


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


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

end of thread, other threads:[~2006-05-29 22:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-12 14:26 [Bug gcov/profile/27573] New: ICE with -fopenmp -fprofile-generate aldot at gcc dot gnu dot org
2006-05-15 17:43 ` [Bug middle-end/27573] " jakub at gcc dot gnu dot org
2006-05-16 10:16 ` jakub at gcc dot gnu dot org
2006-05-16 10:17 ` jakub at gcc dot gnu dot org
2006-05-29 22:49 ` pinskia 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).