Dylan Tuttle
Dylan Tuttle
Hi @NoahGorny, I became deathly afraid of the difference in syntax between markdown and readthedocs and ignored this project for several months. It looks like I haven't gotten it quite...
This assertion failure triggers two additional failures, namely [[1]](https://github.com/eclipse/omr/blob/40581675f30f8fe0c80d10fd3e664ff9031223f7/compiler/ras/Tree.cpp#L2398): `omr/compiler/ras/Tree.cpp:2398: debug("fixTrees")` [[2]](https://github.com/eclipse-openj9/openj9/blob/5ad708e02e19fee424d24ef67702c2f5babdc2a5/runtime/compiler/infra/J9MonitorTable.cpp#L255): `openj9/runtime/compiler/infra/J9MonitorTable.cpp:255: false`
As far as I remember, #18313 was the last pull request remaining before warnings as errors could be enabled on power for clang and gcc builds. Of course, it's possible...
This assert lives inside the constructor to the common code generator class `RegisterDependencyMap`. The assertion fails because `numDeps`, the second parameter passed into the constructor, is larger (256) than `SENTINEL`,...
@keithc-ca I don't believe I did, but once I've cleaned up any warnings that appeared while I was gone I'll make sure to do that.
@keithc-ca I can confirm that no warnings arise from the JIT when building JDK 11 on plinux Ubuntu 20.04 with gcc 13. I actually had to disable `warnings-as-errors` to complete...
@keithc-ca Do you know how it's possible for a change in the JIT's `CMakeLists.txt` to be affecting non-JIT code? That seems dangerous. From an offline conversation with @hzongaro, neither of...
Understood. I'll start working on those warnings!
I hadn't actually tested this at the time, but it turns out that even the warning from the openjdk code is treated as an error. Would that be a PR...
I see, I'll just focus on the OpenJ9 and OMR warnings then.