cc: compiler error: register allocation error

Ray Butterworth rbutterworth at watmath.waterloo.edu
Fri Jun 24 04:04:20 AEST 1988


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



More information about the Comp.bugs.4bsd.ucb-fixes mailing list