[all-commits] [llvm/llvm-project] c709f5: [flang] Emit a portability warning for padding in ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Apr 13 15:58:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c709f503d7969945f7242a71325c2d4632b32b1c
https://github.com/llvm/llvm-project/commit/c709f503d7969945f7242a71325c2d4632b32b1c
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-04-13 (Wed, 13 Apr 2022)
Changed paths:
M flang/lib/Semantics/compute-offsets.cpp
Log Message:
-----------
[flang] Emit a portability warning for padding in COMMON
When padding is required in a COMMON block to ensure alignment
of a component, emit a portability warning.
Differential Revision: https://reviews.llvm.org/D123706
More information about the All-commits
mailing list