https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103521

--- Comment #3 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Comparing the IR, the discrepancy looks like it relates to signedness of the
"char" type.

Works with --target=powerpc64le-linux-gnu if I add -fsigned-char to the command
line; otherwise it fails as noted in comment #0 with various
-Wanalyzer-too-complex warnings.

Reply via email to