This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/56519] DO CONCURRENT: wrongly accepts calls to impure intrinsics


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56519

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-03-04 11:18:42 UTC ---
The DO CONCURRENT diagnostic is done in resolve.c's pure_subroutine, called by
(e.g.) resolve_unknown_s â except for intrinsics.

FORALL is not affected as CALL is not allowed in FORALL.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]