[all-commits] [llvm/llvm-project] 069aee: [flang] Rework F'2023 constraint C1167 checking (#...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Mar 5 11:28:22 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 069aee0793064b800f130e740e37dd7d264b7802
https://github.com/llvm/llvm-project/commit/069aee0793064b800f130e740e37dd7d264b7802
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-03-05 (Tue, 05 Mar 2024)
Changed paths:
M flang/include/flang/Semantics/type.h
M flang/lib/Semantics/check-select-type.cpp
M flang/lib/Semantics/type.cpp
A flang/test/Semantics/selecttype04.f90
Log Message:
-----------
[flang] Rework F'2023 constraint C1167 checking (#83888)
The code that verifies that the type in a TYPE IS or CLASS IS clause is
a match or an extension of the type of the SELECT TYPE selector needs
rework to avoid emitting a bogus error for a test.
Fixes https://github.com/llvm/llvm-project/issues/83612.
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