[Bug fortran/49159] OpenMP compilation errors

2011-05-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49159 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/49159] OpenMP compilation errors

2011-05-25 Thread jose.pascual-guti...@1-act.com
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.

[Bug fortran/49159] OpenMP compilation errors

2011-05-25 Thread burnus at gcc dot gnu.org
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

[Bug fortran/49159] OpenMP compilation errors

2011-05-25 Thread burnus at gcc dot gnu.org
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