Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8222025

jextract generates reference to underfined type for va_list

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • repo-panama
    • repo-panama
    • tools
    • generic
    • generic

      jextract should handle intrinsic types

      File: t.h

      #include <stdarg.h>

      void func(va_list l);

      jextracting the above results in undefined Pointer type of t.__va_list_tag type. The struct type __va_list_tag is not generated at all.

            sundar Sundararajan Athijegannathan
            sundar Sundararajan Athijegannathan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: