[all-commits] [llvm/llvm-project] 29e71c: [flang] Add return statement to Logical opeator=.
David Truby via All-commits
all-commits at lists.llvm.org
Wed Apr 15 05:19:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 29e71ceaee1a7a27d194100f0d94eb4d49496529
https://github.com/llvm/llvm-project/commit/29e71ceaee1a7a27d194100f0d94eb4d49496529
Author: David Truby <david.truby at arm.com>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M flang/include/flang/Evaluate/logical.h
Log Message:
-----------
[flang] Add return statement to Logical opeator=.
This removes the current undefined behavior where the function has a return type
but no return statement.
Fixes: https://bugs.llvm.org/show_bug.cgi?id=45530
More information about the All-commits
mailing list