[gnu.g++.bug] initialization of static reference

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

Initializing a static reference to a non-lvalue causes g++ 1.36.1 to
core dump. For example:

int &n = 2;

cfront 2.0 rejects the program with the diagnostic ``initializer for
static reference not an lvalue''.

James Clark
jjc@jclark.uucp