------- Comment #76 from steven at gcc dot gnu dot org 2007-03-12 23:24 -------
Joost,
You wrote in comment #75:
"One issue with OpenMP is that it is very easy to break an OpenMP
code (it is just comments),"
This is a complaint I've heard before. I wonder if you have any suggestions to
make it more difficult to break OpenMP-annotated Fortran code. One think I've
been thinking about, is to make the parser always parse OpenMP directives, and
issue warnings if something doesn't look right but -fopenmp is not given. Is
that something that would help avoid the most common cases of broken OpenMP
directives? Do you have some examples of common errors with OpenMP?
--
steven at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2007-02-17 16:01:22 |2007-03-12 23:24:37
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29975