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

            Bug ID: 62066
           Summary: config/arm/arm.c:25298: possible missing call to
                    va_end ?
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com

[trunk/gcc/config/arm/arm.c:25298]: (error) va_list 'ap' was opened but not
closed by va_end().

            case NEON_ARG_MEMORY:
          /* Check if expand failed.  */
          if (op[argc] == const0_rtx)
        return 0;

Suggest add missing call to va_end just before return.

Reply via email to