[foreign-jextract] Integrated: 8249301: jextract fails with CCE when encountering a typedefdecl whose type is FunctionProto
Jorn Vernee
jvernee at openjdk.java.net
Tue Jul 14 18:41:25 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
This pull request has now been integrated.
Changeset: 3884de84
Author: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.java.net/panama-foreign/commit/3884de84
Stats: 74 lines in 3 files changed: 0 ins; 72 del; 2 mod
8249301: jextract fails with CCE when encountering a typedefdecl whose type is FunctionProto
Reviewed-by: sundar
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/245
More information about the panama-dev
mailing list