------- Comment #5 from jakub at gcc dot gnu dot org 2009-09-04 18:59 ------- Running the stdarg pass too early, before at least some DCE, means functions that don't really need stdarg set up, might set it up unnecessarily.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41089