-
Bug
-
Resolution: Unresolved
-
P4
-
20, 21
When compiling with gcc13.1 we get a large number (>500) `-Wdangling-reference` warnings from harfbuzz code. Many appear to be duplicates, so the actual number of places in the code triggering these warnings is much smaller.
Given that harfbuzz seems to be working fine, it's possible these are all false positives. `-Wdangling-reference` warnings are new in this (gcc13.1) newly released version, and it may be there are still bugs in gcc's analysis to be worked out.
Given that harfbuzz seems to be working fine, it's possible these are all false positives. `-Wdangling-reference` warnings are new in this (gcc13.1) newly released version, and it may be there are still bugs in gcc's analysis to be worked out.
- relates to
-
JDK-8307301 Update HarfBuzz to 7.2.0
- Resolved
-
JDK-8307196 Dangling pointer warning for MetadataAllocationRequest
- Resolved
-
JDK-8307147 [x86] Dangling pointer warning for Assembler::_attributes
- Resolved