This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP
- From: "kaladhorn at me dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 08 Mar 2012 19:33:24 +0000
- Subject: [Bug fortran/52531] [OOP] Compilation fails with polymorphic dummy argument and OpenMP
- Auto-submitted: auto-generated
- References: <bug-52531-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52531
--- Comment #2 from kaladhorn at me dot com 2012-03-08 19:33:24 UTC ---
(In reply to comment #1)
> OpenMP 3.1 or earlier releases don't cover Fortran 2003 nor 2008, so what you
> are trying to compile is not valid.
hmm that's true, I did not think of it that way. My apologies, then.
However, I think a proper error message would be nice.
Out of curiosity, would there be a technical issue in this case?
It sure seemed natural to me.
Thanks!