[gnu.g++.bug] reference to an array

jjc@relay.eu.net (James Clark) (11/25/89)

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