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]

[Bug middle-end/25505] [4.0/4.1/4.2 Regression] gcc uses way too much stack space for this code



------- Comment #21 from jason at gcc dot gnu dot org  2006-09-06 21:39 -------
I expect that indeed, the test case Kenner mentioned as motivation for the call
to mark_temp_addr_taken doesn't need it any more because of gimplification. 
Any temporary that needs to live longer than a single gimple statement will be
represented in the gimple.  So as he said, we should be able to do away with a
lot of the temporary management code.


-- 


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


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