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

regression: jextract can not handle function prototypes as function arguments

XMLWordPrintable

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

      Bug JDK-8217164 is back in new jextract code.

      typedef void CB(int i);

      void f(CB x);

      Similar typedef usage was found

      struct Foo {
         void (*f)(CB cb);
      }

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

              Created:
              Updated:
              Resolved: