diff options
author | Andrew Pinski <quic_apinski@quicinc.com> | 2025-05-01 08:31:18 -0700 |
---|---|---|
committer | Andrew Pinski <quic_apinski@quicinc.com> | 2025-05-01 23:43:54 -0700 |
commit | 5d5bed0caef4570c255f35343be00e314dd8a08d (patch) | |
tree | 0d48e36b31b3fedc4ff65b5cf41421c36b238b74 /gcc/fortran/coarray.cc | |
parent | 99f186bac14febca9de9ee048eb16183ffd2c86a (diff) | |
download | gcc-5d5bed0caef4570c255f35343be00e314dd8a08d.zip gcc-5d5bed0caef4570c255f35343be00e314dd8a08d.tar.gz gcc-5d5bed0caef4570c255f35343be00e314dd8a08d.tar.bz2 |
expand: Remove unsignedp argument from get_compare_parts [PR118090]
While helping Eikansh with a patch to ccmp, it was noticed that the
result stored in the up pointer that gets passed to get_compare_parts
was unused on all call sites.
It was always unused since get_compare_parts was added in
r8-1717-gf580a969d7fbab. It looks it was not noticed it became unused
when rcode was set via get_compare_parts and in RTL, the signedness is
part of the comparison.
PR middle-end/118090
gcc/ChangeLog:
* ccmp.cc (get_compare_parts): Remove the up argument.
(expand_ccmp_next): Update call to get_compare_parts.
(expand_ccmp_expr_1): Likewise.
Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
Diffstat (limited to 'gcc/fortran/coarray.cc')
0 files changed, 0 insertions, 0 deletions