------- Comment #25 from pinskia at gcc dot gnu dot org 2010-02-15 04:22 ------- >stack frame is generated for no apparent reason.
It is generated because of noreturn which is done as a regular call instead of a sibcall. So this is expected. Closing as fixed as it was previously. Please open a new bug next time for a new testcase. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40667