Re: [PATCH] Fortran: reject array constructor value of abstract type [PR114308]

2024-08-13 Thread Harald Anlauf
Pushed after an OK by Steve in the PR as r15-2902-g9988d7e004796ab531df7bcda45788a7aa9276d7 Am 13.08.24 um 19:25 schrieb Harald Anlauf: Dear all, the attached patch checks whether the declared type of an array constructor value is abstract, which is forbidden by the standard. Steve found the r

[PATCH] Fortran: reject array constructor value of abstract type [PR114308]

2024-08-13 Thread Harald Anlauf
9988d7e004796ab531df7bcda45788a7aa9276d7 Mon Sep 17 00:00:00 2001 From: Harald Anlauf Date: Tue, 13 Aug 2024 19:17:36 +0200 Subject: [PATCH] Fortran: reject array constructor value of abstract type [PR114308] gcc/fortran/ChangeLog: PR fortran/114308 * array.cc (resolve_array_list): Reject array