K 10
svn:author
V 4
donn
K 8
svn:date
V 27
1987-12-11T00:48:44.000000Z
K 24
svn:entry:committed-date
V 27
1987-12-11T00:48:44.000000Z
K 7
svn:log
V 432
utah rcsid 3.8 87/04/24 18:53:26: Changed autoincr() -- due to changes
upstream, an expression like 'register char *cp; unsigned char uc; uc =
*cp++;' will result in a tree for '*cp++' which has unsigned char type but
dereferences a char * pointer.  The test is now less stringent: the result
of the dereference must match the base type of the pointer only in size,
since only size is relevant to side effects like auto-increment.


END
