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]

Re: [patch, fortran] byte-wise access to masks


Hi Brooks,

thanks for finding and reducing the bug!  This happened because
I was converting a null pointer for offset, which made a later
test for NULLness fail.  I've corrected this in pack and unpack
(which had the same problem).

the version below should correct the bug you found.  Could you
re-run the tests?

I'm also currently regtesting it on i686-pc-linux-gnu.  OK if both
tests pass?

	Thomas

Attachment: complete.diff-2.gz
Description: GNU Zip compressed data


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