[Bug fortran/91410] New: OpenMP error message when compiling OpenACC code

2019-08-09 Thread judicael.grasset at stfc dot ac.uk
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: judicael.grasset at stfc dot ac.uk Target Milestone: --- Hello, When compiling the code below, the compiler generates error messages about OpenMP syntax errors, but the code only uses OpenACC pragmas. Also I think the

[Bug fortran/87689] Memory corruption on Power 8

2018-10-22 Thread judicael.grasset at stfc dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 --- Comment #2 from Judicaƫl Grasset --- I have tried with gfortran 8.2.0 I have compiled with: gfortran -g main.f doesntwork_p8.f -Wall -Wextra -o exe When running I get: 1 2 3 4 5 0

[Bug fortran/87689] New: Memory corruption on Power 8

2018-10-22 Thread judicael.grasset at stfc dot ac.uk
Assignee: unassigned at gcc dot gnu.org Reporter: judicael.grasset at stfc dot ac.uk Target Milestone: --- Hello, I am compiling this code with gfortran 7.1.0 on a power 8 machine: main.f: program main implicit none character :: c character(len=20) :: res