Xref: utzoo gnu.g++.help:725 comp.lang.c++:13068 Path: utzoo!utgpu!watserv1!watmath!uunet!tut.cis.ohio-state.edu!unreplyable!garbage From: fmrco!hydra!harold@UUNET.UU.NET (Harold Naparst) Newsgroups: gnu.g++.help,comp.lang.c++ Subject: Parsing error Message-ID: <9104251509.AA06465@hydra.fidbp.com> Date: 25 Apr 91 15:09:03 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.g++.help Organization: Gatewayed from the GNU Project mailing list help-g++@prep.ai.mit.edu Lines: 12 /* Is the following program legal C++ ? It compiles with gcc 1.39 and cc. With g++ 1.37 it gives a parse error before the *. */ typedef int T; T (*f())(); main() {1;} Harold Naparst (uunet!fmrco!harold)