On Tue, Dec 11, 2012 at 12:16:33PM +0100, Janus Weil wrote: > Ok, so here is a new patch, updated according to the suggestions of > David and Jakub. This now only touches the dotted variables, which are > responsible for the AIX trouble. Whether the same prefixing should > also be applied in other cases, we can still decide later.
Why are you changing anything in create_function_arglist (PARM_DECLs can't ever be TREE_STATIC, and it is compiler internal (plus debug info) thing how they are named, no need for any kind of mangling) or saved_dovar (again, doesn't seem to be TREE_STATIC)? Even in gfc_create_string_length you don't need to increase the length of the names and obfuscate them if it isn't going to be TREE_STATIC. Jakub