Path: utzoo!mnetor!tmsoft!torsqnt!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!relay.eu.net!jclark!jjc From: jclark!jjc@relay.eu.net (James Clark) Newsgroups: gnu.g++.bug Subject: reference to an array Message-ID: <8911241637.AA10253@jclark.uucp> Date: 24 Nov 89 16:37:28 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 g++ 1.36.1 rejects the following with the diagnostic ``invalid type conversion for reference''. cfront 2.0 accepts it. int v[5]; int (&p)[5] = v; James Clark jjc@jclark.uucp