2/25
Try to catch signals during constant folding

3/6
Fix line numbers in error messages so that they are right - probably
preprocessor bug.

6/5
Try to optimize:

main()
{
	register char *ptr;
	char x[3];

	ptr = &x[1];
	x[0] = 0;
}
