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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
gimplify.c:           error ("too few arguments to function %<va_start%>");

I think the error should happen during semantics analysis and not during the
gimiplification.  During gimplification it should be an internal error really.

Reply via email to