------- Comment #5 from tkoenig at gcc dot gnu dot org 2006-11-05 21:48 ------- Created an attachment (id=12550) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12550&action=view) Patch for reading only
This is a partial patch, for reading only. I have taken the approach that we should allow any record size < 0 to mean continued records (regardless of whether we have four- or eight-byte record markers). This doesn't break anything, simplifies codepaths and clears the way for records longer than 2**63 bytes :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29568