﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
162	Member access of reference broken in goto statement	Thierry Delisle	Thierry Delisle	"This code seems to resolve correctly but generates incorrect code.
{{{
struct outer {
	void * v;
};

void foo(outer & b) {
	goto *b.v;
}
}}}

Dumping the ast before and after the resolver seems to indicate this is a resolver bug."	defect	assigned	major	cfa-cc	1.0		Resolver	
