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

* [Bug middle-end/27573] ICE with -fopenmp  -fprofile-generate
  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 ` jakub at gcc dot gnu dot org
  2006-05-16 10:16 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2006-05-15 17:43 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-05-15 17:43:49
               date|                            |


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


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

* [Bug middle-end/27573] ICE with -fopenmp  -fprofile-generate
  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
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2006-05-16 10:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jakub at gcc dot gnu dot org  2006-05-16 10:16 -------
Subject: Bug 27573

Author: jakub
Date: Tue May 16 10:16:36 2006
New Revision: 113823

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113823
Log:
        PR middle-end/27573
        * omp-low.c (expand_omp_parallel): Don't assert
        .OMP_DATA_I = &.OMP_DATA_O is the first statement in the block,
        instead search for it.

        * gcc.dg/gomp/pr27573.c: New test.
        * gfortran.dg/gomp/pr27573.f90: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/gomp/pr27573.c
    trunk/gcc/testsuite/gfortran.dg/gomp/pr27573.f90
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/omp-low.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug middle-end/27573] ICE with -fopenmp  -fprofile-generate
  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
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2006-05-16 10:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2006-05-16 10:17 -------
Fixed in SVN.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/27573] ICE with -fopenmp  -fprofile-generate
  2006-05-12 14:26 [Bug gcov/profile/27573] New: ICE with -fopenmp -fprofile-generate aldot at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-05-16 10:17 ` jakub at gcc dot gnu dot org
@ 2006-05-29 22:49 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-05-29 22:49 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


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).