This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/61933] Inquire on internal units
- From: "Joost.VandeVondele at mat dot ethz.ch" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 19 Jan 2015 07:25:22 +0000
- Subject: [Bug fortran/61933] Inquire on internal units
- Auto-submitted: auto-generated
- References: <bug-61933-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61933
--- Comment #13 from Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> ---
(In reply to Jerry DeLisle from comment #12)
> (In reply to Joost VandeVondele from comment #11)
>
> See patch here:
>
> https://gcc.gnu.org/ml/gcc-patches/2015-01/msg01616.html
Thanks! One minor nit for the testcase,
inquire (unit=i, exist=l, iostat=i)
I guess this kind of aliasing of i is strictly speaking not OK?