https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66010

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-05-06
   Target Milestone|---                         |6.0
     Ever confirmed|0                           |1

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
  apD.1859 = &apD.1844;

  # .MEM_7 = VDEF <.MEM_3>
  # USE = nonlocal null { D.1844 D.1859 } (escaped)
  # CLB = nonlocal null { D.1844 D.1859 } (escaped)
  _6 = VA_ARG (&apD.1859,


this also looks like double-indirection (and thus wrong-code?)


Note that I'd defer all possible optimization issues to _after_ re-writing
the stdarg pass to take advantage of va_arg not being lowered.

Reply via email to