[all-commits] [llvm/llvm-project] 040e0d: [flang]Accept directive inside type definition (#8...

Mats Petersson via All-commits all-commits at lists.llvm.org
Tue Apr 9 04:54:46 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 040e0d4fa45f3606fb584c2923dd111cca675feb
      https://github.com/llvm/llvm-project/commit/040e0d4fa45f3606fb584c2923dd111cca675feb
  Author: Mats Petersson <mats.petersson at arm.com>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
    M flang/include/flang/Parser/parse-tree.h
    M flang/lib/Parser/Fortran-parsers.cpp
    M flang/test/Parser/compiler-directives.f90

  Log Message:
  -----------
  [flang]Accept directive inside type definition (#87804)

Some applications have alignment directives for members inside types.

This allows those to be present, but generally getting ignored [with a warning]
later on in the processing. This is just to allow the compilation to complete.



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