This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

[PATCH, libgfortran] Fix for PR 18982


Here's (again) a patch for PR 18982.  I've tried following
the conventions for the Changelog entries more closely now and
regenerated the patch (which was affected by one of the formatting
patches).

Original patch at http://gcc.gnu.org/ml/gcc-patches/2005-01/msg00024.html

Boostrapped and regression-tested on i386-unknown-linux-gnu,
without regressions.

Ok?

2005-01-12  Thomas Koenig  <Thomas.Koenig@online.de>

	PR libfortran/18982
	* io/unix.c: Use bitwise negation instead of logical
	negation to mask open flags

2005-01-12  Thomas Koenig  <Thomas.Koenig@online.de>

        * gfortran.dg/open_new.f90: new testcase

Attachment: unix.c.diff
Description: Text document

Attachment: open_new.f90
Description: Text document


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