[Bug libfortran/20660] INQUIRE incorrectly reports the existence of UNITS
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Tue Mar 29 07:24:00 GMT 2005
------- Additional Comments From pinskia at physics dot uc dot edu 2005-03-29 07:24 -------
Subject: Re: INQUIRE incorrectly reports the existence of UNITS
On Mar 29, 2005, at 2:13 AM, fxcoudert at gcc dot gnu dot org wrote:
> - *ioparm.exist = (u != NULL);
> + *ioparm.exist = (u != NULL ? 1 : 0);
This change does nothing.
-- Pinski
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20660
More information about the Gcc-bugs
mailing list