This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Query on expand_decl in stmt.c


I am working on a port for a small part.  In the function expand_decl, which
generates rtl for an automatic declaration, why is assign_temp called with
the kept flag set?  The automatic is un-available at the end of scope...
This produces large auto space requirements for functions with lots of
variables declared within nested scope.

Any insigt would be helpful!

Regards,

-- 
Calum Wilkie    Microchip Technology, Compiler group        +1 480 792 7114


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]