This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/81350] gfortran OpenMP taskloop segfaults or incorrect
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 07 Jul 2017 07:57:51 +0000
- Subject: [Bug fortran/81350] gfortran OpenMP taskloop segfaults or incorrect
- Auto-submitted: auto-generated
- References: <bug-81350-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81350
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2017-07-07
Ever confirmed|0 |1
--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
When trying to compile the test I get
integer(kind=INT32), parameter :: r=RADIUS ! radius of stencil
1
Error: Symbol 'radius' at (1) has no IMPLICIT type
What am I missing?