mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 01:04:49 +08:00
f18 accepts statement labels in fixed form source even if they follow a semicolon -- i.e., they're not in the fixed form's label field. Emit a warning for such usage. Differential Revision: https://reviews.llvm.org/D143817