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]

Re: [Bug libfortran/20660] 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


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