|
From: Julian S. <js...@ac...> - 2009-08-03 13:08:01
|
On Monday 03 August 2009, Tom Hughes wrote: > On 03/08/09 09:51, sv...@va... wrote: > > Author: tom > > Date: 2009-08-03 09:50:58 +0100 (Mon, 03 Aug 2009) > > New Revision: 10695 > > > > Log: > > Handle some more DW_TAG_subrange_type cases which Fedora 11's > > gcc 4.4.0 seems to generate. > > I hope this fix is correct Looks pretty plausible to me. > - it wasn't entirely clear to me why we're > going to all the trouble of handling each combination separately instead > of just setting the entries in the structure from the flags in the DIE? Mostly out of a general desire not to have code which handles cases we don't yet have test cases for. Gives us an opportunity to eyeball new cases as they come up. J |