http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46271
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46271
--- Comment #6 from janus at gcc dot gnu.org ---
Hi Marco,
> Janus, you are probably right that version B should not compile. I
> guess when I posted the bug report I was not sure which was the
> correct version according to the OpenMP specificati
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46271
--- Comment #5 from mrestelli ---
(In reply to janus from comment #3)
> (In reply to mrestelli from comment #0)
> > With version B:
> > gfortran -fopenmp omp_test.f90 -o omp_test
> > omp_test.f90: In function ‘test’:
> > omp_test.f90:25:0: error:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46271
--- Comment #4 from janus at gcc dot gnu.org ---
(In reply to janus from comment #2)
> Here is a simple patch to accept version A:
... which regtests cleanly!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46271
--- Comment #3 from janus at gcc dot gnu.org ---
(In reply to mrestelli from comment #0)
> With version B:
> gfortran -fopenmp omp_test.f90 -o omp_test
> omp_test.f90: In function ‘test’:
> omp_test.f90:25:0: error: ‘pf’ not specified in enclosing
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46271
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|