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 target/39146] Unnecessary stack alignment



------- Comment #3 from hjl dot tools at gmail dot com  2009-02-11 16:53 -------
Also expand_one_var in cfgexpand.c has

      if (crtl->stack_alignment_estimated < align)
        {    
          /* stack_alignment_estimated shouldn't change after stack
             realign decision made */
          gcc_assert(!crtl->stack_realign_processed);
          crtl->stack_alignment_estimated = align;
        }    


-- 


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


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