Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!MCC.COM!rfg From: rfg@MCC.COM (Ron Guilmette) Newsgroups: gnu.g++.bug Subject: BUG in G++ 1.35.0 (pre-release) Message-ID: <8904222113.AA22416@riunite.aca.mcc.com> Date: 22 Apr 89 21:13:35 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 12 It appears that if you use the -ansi options with g++, which may sometimes be needed to get certain ANSI features, the use of this options disables a very critical and *STANDARD* feature of C++, i.e. the "inline" keyword. This action makes sense for GCC, but not for G++. I suggest that "inline" retain its usual (and legal) meaning even when -ansi is being used with g++. // rfg