[flang-commits] [flang] [Flang] Add support for assume_aligned directive (PR #81747)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Wed Feb 28 12:45:32 PST 2024
Leporacanthicus wrote:
> LG so far. Where is the warning generated? Could you write a test for that?
It is warned for in the generic handling of directives.There is no special handling for this case, it is just a "if the compiler gets to the end of the list without finding a match, give a warning that it wasn't recognized".
I don't believe we need a specific test - it's not an actively desired feature.
>
> nit: please write the commit title in the normal format
https://github.com/llvm/llvm-project/pull/81747
More information about the flang-commits
mailing list