http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59467
Bug ID: 59467 Summary: copyprivate in the fortran testsuite Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: valeryweber at hotmail dot com CC: jakub at gcc dot gnu.org Dear All the file libgomp/testsuite/libgomp.fortran/crayptr2.f90 contains at line 26 !$omp end single copyprivate (d, ip) but the variable "d" isnt declared as private (or threadprivate) in its parallel region. Isnt that a bug? Thanks Valery