Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!UUNET.UU.NET!jclark!jjc From: jclark!jjc@UUNET.UU.NET (James Clark) Newsgroups: gnu.g++.bug Subject: g++ 1.35.0- loops Message-ID: <8905102244.AA23747@jclark.uucp> Date: 10 May 89 22:44:50 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 19 I just grabbed g++ 1.35.0- from osu-cis (version of 7 May). I applied the two patches posted on 7 May 89 16:01:52 GMT. On the sparc it loops on the following: extern "C" struct _iobuf { int _cnt; unsigned char *_ptr; unsigned char *_base; int _bufsiz; short _flag; char _file; } _iob[]; inline void foo(struct _iobuf *fp) { } James Clark jjc@jclark.uucp