Re: RFR: 8266168: -Wmaybe-uninitialized happens in check_code.c

2021-05-06 Thread Thomas Stuefe
On Thu, 29 Apr 2021 06:54:33 GMT, Yasumasa Suenaga wrote: > We can see following compiler warning in check_code.c on GCC 11. LGTM. I am not aware of any platform where sizeof(char) is not 1, but good to be prepared :) - Marked as reviewed by stuefe (Reviewer). PR: https://git.op

Re: RFR: 8266168: -Wmaybe-uninitialized happens in check_code.c

2021-05-06 Thread Yasumasa Suenaga
On Thu, 29 Apr 2021 06:54:33 GMT, Yasumasa Suenaga wrote: > We can see following compiler warning in check_code.c on GCC 11. Ping: Could you review this PR? We still see this warning with GCC 11.1. - PR: https://git.openjdk.java.net/jdk/pull/3787