Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!tiemann From: tiemann@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: another glitch?!?! Message-ID: <8904042249.AA07941@yahi.stanford.edu> Date: 4 Apr 89 22:49:36 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 16 yahi% diff -c2 cplus-decl.c~ cplus-decl.c *** cplus-decl.c~ Tue Apr 4 09:07:01 1989 --- cplus-decl.c Tue Apr 4 15:48:58 1989 *************** *** 1586,1589 **** --- 1586,1590 ---- TYPE_NAME (TREE_TYPE (x)) = x; else if (current_lang_name == lang_name_cplusplus + && IS_AGGR_TYPE (TREE_TYPE (x)) && ANON_AGGRNAME_P (DECL_NAME (TYPE_NAME (TREE_TYPE (x))))) { yahi% Boy. This is my day for one-liners! Michael