RFR [nicl] 8201129: C nested types and anonymous types are not handled properly

Samuel Audet samuel.audet at gmail.com
Thu Apr 19 22:24:19 UTC 2018


All the variables in the test case have different names though.
What happens with something like this?

struct Foo {
     int foo;
     struct {
         int foo;
     } bar;
};

Samuel

On 04/20/2018 06:50 AM, Sundararajan Athijegannathan wrote:
> Please review http://cr.openjdk.java.net/~sundar/8201129/webrev.00/
> 
> Thanks,
> -Sundar



More information about the panama-dev mailing list