http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49159
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49159
--- Comment #3 from Jose 2011-05-25 19:37:08
UTC ---
> !$OMP PRIVATE(number1,&
> !$OMP number2)&
It seems to work this way. thank you very much.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49159
--- Comment #2 from Tobias Burnus 2011-05-25
14:23:53 UTC ---
I just tested with some other compilers:
ifort accepts the invalid code, PathScale and Open64 show a similar syntax
error as gfortran, and PGI has a somewhat more legible error messag
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49159
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #1