[comp.sys.amiga.tech] Manx C bug, referencing structure after assignment

gcglan@sdrc.UUCP (Frank Glandorf) (07/04/90)

Can anyone with the new version of the Manx C compiler
confirm if this is still an error? Thanks.
- Frank

test()
{
struct { int k; } **a, **b;

(*a = *b)->k;
}

Aztec C Version 5.0a  Jan  9 1990  7:57:19
	Copyright 1989 by Manx Software Systems, Inc.
(*a = *b)->k;
            ^
test2.c:5: ERROR 202: Attempted to free reg not allocated!: a0
1 errors