[comp.bugs.4bsd] cc: compiler error: register allocation error

rbutterworth@watmath.waterloo.edu (Ray Butterworth) (06/24/88)

typedef struct {
   char name[11];
} Type1;

struct {
   int line;
   Type1 *first;
} *q;

extern Type1 sfunc();
extern Type1 *spfunc();

main()
{
    *(q->first = spfunc()) = sfunc();
}


line 15: compiler error: register allocation error

muller@sdcc7.ucsd.EDU (Keith Muller) (06/27/88)

Donn Seely seems to have fixed that problem in the 4.3BSD-tahoe release
announced at the SF USENIX last week. 

	Keith Muller
	University of California, San Diego