freebsd-ports/editors/xemacs/files/patch-al
Gary Jennejohn cc7fcc1ae7 Add patch-al to work around an apparent bug in gcc31 in -current. The
problem was not observed with the gcc in -stable.

The apparent bug results in an endless loop if a certain routine in
lstream.c is inline'd.
2002-06-29 17:28:55 +00:00

11 lines
311 B
Text

--- src/lstream.c.orig Sat Jun 29 18:17:20 2002
+++ src/lstream.c Sat Jun 29 18:14:06 2002
@@ -181,7 +181,7 @@
}
}
-inline static size_t
+/*inline*/ static size_t
aligned_sizeof_lstream (size_t lstream_type_specific_size)
{
return ALIGN_SIZE (offsetof (Lstream, data) + lstream_type_specific_size,