Hi Cesar! On Wed, 10 Jun 2015 14:35:26 -0700, Cesar Philippidis <ce...@codesourcery.com> wrote: > This patch addresses a bug where the c and c++ front ends would ICE [...]
Thanks! The following also doesn't look quite appropriate: $ cat < ../d.f IMPLICIT NONE INTEGER X !$ACC PARALLEL DTYPE (NVIDIA) NUM_GANGS(10) COPYOUT(X) X = 0 !$ACC END PARALLEL END $ build-gcc/gcc/xgcc -Bbuild-gcc/gcc/ ../d.f -Wall -fopenacc../d.f:5:29: !$ACC PARALLEL DTYPE (NVIDIA) NUM_GANGS(10) COPYOUT(X) 1 Error: Invalid character in name at (1) ../d.f:7:72: Error: Unexpected !$ACC END PARALLEL statement at (1) (It should fail with a diagnostic that data clauses not allowed after device_type.) Grüße, Thomas
signature.asc
Description: PGP signature