Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!TIMEWARP.ENG.SUN.COM!tiemann From: tiemann@TIMEWARP.ENG.SUN.COM (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: 11_9_89.cc (really Alert.C) Message-ID: <8911110308.AA00826@timewarp.sun.com> Date: 11 Nov 89 03:08:04 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@sun.com Distribution: gnu Organization: GNUs Not Usenet Lines: 19 Webster Dove found a show-stopper when compiling ET++ code on a Sun3. Here is the fix: timewarp% diff -c2 cplus-init.c~ cplus-init.c *** cplus-init.c~ Tue Nov 7 14:55:07 1989 --- cplus-init.c Fri Nov 10 17:10:04 1989 *************** *** 2587,2590 **** --- 2587,2593 ---- start_sequence (); + /* As a matter of principle, `start_sequence' + should probably do this. */ + emit_note (0, -1); if (has_array) rval = expand_vec_init (decl, rval, timewarp% Michael