From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 132F138582BD; Sat, 4 Feb 2023 16:45:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 132F138582BD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675529122; bh=lw4t62UGmGWRF30ODg7eYFZcxS/GAU27hiJG2HMfLaw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=po4LZAHjWnJgqkSUcNy5oacjHyuap4WAckg2aIXbVTDD+ypErpMAOQy/KSZP3WIWM mCeVKWkqor2PA4pbbK5kkf+R1YX4eCc0PfEyFYCUsA17KRa/5l9OJrPnd9Q1yvN5gw ixutBpITVeUpN7kuIS5K3FJ+/iPuLf5mHPc3eDok= From: "jvdelisle at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/107721] Lost typespec with constant expressions using array constructors and parentheses Date: Sat, 04 Feb 2023 16:45:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jvdelisle at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jvdelisle at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107721 --- Comment #7 from Jerry DeLisle --- I should mention, this also fails: print *, [real :: ((/2, 3/))] ** 2 So we also have to deal with this. I think I have it figured out.=