[all-commits] [llvm/llvm-project] c7fd82: [flang][folding] fix i(a)char folding regression (...
Andre Kuhlenschmidt via All-commits
all-commits at lists.llvm.org
Thu Aug 28 14:29:47 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7fd821baa5b7e508696478ebcd897c1910e47c8
https://github.com/llvm/llvm-project/commit/c7fd821baa5b7e508696478ebcd897c1910e47c8
Author: Andre Kuhlenschmidt <andre.kuhlenschmidt at gmail.com>
Date: 2025-08-28 (Thu, 28 Aug 2025)
Changed paths:
M flang/lib/Evaluate/fold-integer.cpp
M flang/test/Semantics/intrinsics03.f90
M flang/test/Semantics/intrinsics04.f90
Log Message:
-----------
[flang][folding] fix i(a)char folding regression (#155909)
Fixes a bug in folding "ichar" and "iachar" intrinsics introduced
[here](https://github.com/llvm/llvm-project/commit/c649d31c596e6ca4a19103abba6499ff904ed9cc#r164779170).
There was already a slight bug that the coded didn't fold when
portability warnings were enabled which has also been fixed and tested
for.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list