On Thursday 2009-09-10 22:35, Arnaldo Carvalho de Melo wrote: > >Sorry for the delay, should be fixed by the latest commit, please give >it a try! > >http://git.kernel.org/?p=linux/kernel/git/acme/pahole.git;a=commitdiff;h=846927a3f87f730e0ae201b5f0b3b46212a7bb8e Yes it does work. The testcase seems to be reducable to just the struct without a function, but still with a non-static definition (instance) of the struct. I.e. on the file level: struct foo { const char *const z; }; struct foo x; -- To unsubscribe from this list: send the line "unsubscribe dwarves" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html