On Tuesday, October 05, 2010 8:25:05 pm Ulrich Weigand wrote: > Ken Werner wrote: > > + return set_die_type (die, base_type, cu);; > > Extra semicolon. Fixed. > Do we need the local_compiler_xfail_check for these tests? If so, we'd > need it before each of the tests; if not, we don't need it at all ... Good point. Since const seems to be broken with gcc 2 -gstabs for primitives I guess this is also the case for arrays. Therefore I've put the local_compiler_xfail_check in front of each test. Attached is a new version of the patch. Ok to apply? Thanks Ken