[all-commits] [llvm/llvm-project] fc43c4: [Flang] Include logical default with default-integ...

kiranchandramohan via All-commits all-commits at lists.llvm.org
Tue Jul 18 04:05:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc43c4f0181bfb7e7821e8b12fbd45e5178e884b
      https://github.com/llvm/llvm-project/commit/fc43c4f0181bfb7e7821e8b12fbd45e5178e884b
  Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M flang/docs/IntrinsicTypes.md
    M flang/lib/Frontend/CompilerInvocation.cpp
    M flang/test/Driver/driver-help-hidden.f90
    M flang/test/Driver/driver-help.f90
    M flang/test/Lower/Intrinsics/get_environment_variable.f90
    M flang/tools/f18-parse-demo/f18-parse-demo.cpp

  Log Message:
  -----------
  [Flang] Include logical default with default-integer-8

Other compilers include the logical default also with the
default-integer-8 setting. This patch does the same for
flang.

Reviewed By: awarzynski, sscalpone

Differential Revision: https://reviews.llvm.org/D155279




More information about the All-commits mailing list