On Mon, Dec 10, 2012 at 10:22:30AM +0100, Janus Weil wrote:
> 2012/12/10 David Edelsohn <dje....@gmail.com>:
> > There has been no progress on this bug for over two months.  I have
> > opened PR fortran/55636.  This must be fixed before GCC 4.8 ships.
> 
> Thanks for pinging, David. I almost forgot about it ...
> 
> Here is a re-diffed version of my previous patch. I'd be grateful for
> comments. In particular: Does it fix all the problems on AIX? (For
> more open questions, see below.)

IMHO there is no point to mangle automatic vars or PARM_DECLs that way,
i.e. anything that won't be TREE_STATIC.  And, what will be TREE_STATIC
should have dot or $ character in the symbol name if the target allows it,
to avoid unnecessary clashes with e.g. the C library etc.

        Jakub

Reply via email to