[flang-commits] [flang] [flang] Add notes from 9-23-26 Flang Community Call (PR #225841)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Wed Sep 23 09:48:41 PDT 2026
================
@@ -0,0 +1,91 @@
+<!--===- docs/MeetingNotes/2026/2026-09-23.md
+
+ Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+ See https://llvm.org/LICENSE.txt for license information.
+ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+-->
+# Community Call 2026-09-23
+
+## Agenda
+
+* Design docs and/or RFCs
+ * [\[RFC\]\[Flang\]\[DebugInfo\] Inconsistent GDB Breakpoint Behavior for Fortran \`ENTRY\` Procedures](https://discourse.llvm.org/t/rfc-flang-debuginfo-inconsistent-gdb-breakpoint-behavior-for-fortran-entry-procedures/91767/1)
+ * Discussion continues on Discourse
+ * [Cross-compilation of real(kind=16)](https://discourse.llvm.org/t/cross-compilation-of-real-kind-16/89161)
+ * PR has been posted: [https://github.com/llvm/llvm-project/pull/221907](https://github.com/llvm/llvm-project/pull/221907)
+ * This will be a change to the compiler’s behavior, previously execution would error unconditionally but with this PR execution will now continue if the platform supports quadprecision arithmetic even if a library containing quadprecision intrinsics is not available
----------------
tarunprabhu wrote:
nit:
```suggestion
* This will be a change to the compiler’s behavior, previously execution would error unconditionally but with this PR execution will now continue if the platform supports quad-precision arithmetic even if a library containing quad-precision intrinsics is not available
```
https://github.com/llvm/llvm-project/pull/225841
More information about the flang-commits
mailing list