https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117674
Bug ID: 117674
Summary: PPC unwind: comparison between pointer and integer
Product: gcc
Version: 14.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcc
Assignee: unassigned at gcc dot gnu.org
Reporter: lfoldy at gmail dot com
Target Milestone: ---
```
In file included from ../../../gcc-14-20241116/libgcc/unwind-dw2.c:410:
./md-unwind-support.h: In function 'ppc_backchain_fallback':
./md-unwind-support.h:409:31: warning: comparison between pointer and integer
409 | if (arg == NULL || arg->cfa != current)
| ^~
```