On Tue, 6 Mar 2012, Tristan Gingold wrote: > The patch is simple: the C front-end will now calls c_build_pointer_type > (instead of build_pointer_type), which in turn calls > build_pointer_type_for_mode using the right mode.
There seem to be quite a lot of build_pointer_type calls in the C front end (and in c-common.c) that you haven't changed. Could you explain the rule for when a call should or should not be changed, and how it applies to all these calls? -- Joseph S. Myers jos...@codesourcery.com