Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903656

Variadic invoker class names are not mangled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • None
    • tools
    • None

      Consider this C header:

      void f(int n, ...);
      void F(int n, ...);

      Here, jextract will attempt to emit two nested classes (for the variadic invoker) with the same name. Variadic invoker class names should be mangled.

            mcimadamore Maurizio Cimadamore
            mcimadamore Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: