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/51589] Modification of loop index variable by intent(out) or intent(inout) procedures


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

--- Comment #2 from Walter Spector <w6ws at earthlink dot net> 2011-12-16 22:37:44 UTC ---
No error messages from Absoft (v9), g95, or PGI (v11.10).  All print the
revised version of i, but only perform 10 iterations.

NAG (5.2 edit 721) considers the intent(out) to be an error.  No warning for
the intent(inout).


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