------- Comment #8 from hjl at lucon dot org  2005-12-08 07:32 -------
Revert

@@ -293,7 +292,7 @@ write_block (int length)
 {
   char *dest;

-  if (!is_internal_unit() && current_unit->bytes_left < length)
+  if (current_unit->bytes_left < length)
     {
       generate_error (ERROR_EOR, NULL);
       return NULL;

which wasn't even mentioned in ChangeLog, fixed this regression.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25305

Reply via email to