[foreign-jextract] RFR: 8249301: jextract fails with CCE when encountering a typedefdecl whose type is FunctionProto
Athijegannathan Sundararajan
sundar at openjdk.java.net
Tue Jul 14 18:22:53 UTC 2020
On Tue, 14 Jul 2020 17:52:38 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> Hi,
>
> This patch resolves a CCE observed when parsing a typdef that contains a function-prototype-like function type with an
> explicit calling convention specifier. For instance:
> typedef void __stdcall foo();
>
> Thanks,
> Jorn
Marked as reviewed by sundar (Committer).
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/245
More information about the panama-dev
mailing list