[all-commits] [llvm/llvm-project] bc8938: [flang][preprocessor] fix use of bitwise-and for l...
Andre Kuhlenschmidt via All-commits
all-commits at lists.llvm.org
Thu Jul 3 12:38:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc89380179c4febb8d38948fdc71b9376ee1d6af
https://github.com/llvm/llvm-project/commit/bc89380179c4febb8d38948fdc71b9376ee1d6af
Author: Andre Kuhlenschmidt <andre.kuhlenschmidt at gmail.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M flang/lib/Parser/preprocessor.cpp
A flang/test/Parser/issue-146362.2.f90
Log Message:
-----------
[flang][preprocessor] fix use of bitwise-and for logical-and (#146758)
The preprocessor used bitwise and to implement logical, this is a bug.
towards #146362
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