[Bug fortran/52265] [OOP] TREE dump confusing with nested SELECT TYPE

tkoenig at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Jun 10 08:42:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52265

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkoenig at gcc dot gnu.org

--- Comment #3 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2012-06-10 08:42:44 UTC ---

> Do we have any other mechanism for creating temporaries, which could be
> employed here? Or do we need to generate a numerically-decorated (or
> 'randomized') name by hand?

There is create_var in frontend-passes.c.  It probably does most
of what you would want for another frontend-created variable.



More information about the Gcc-bugs mailing list