From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 31C873858C30; Mon, 27 Mar 2023 18:43:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 31C873858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679942606; bh=WipvCuR4NZL+DoOe2MGW7ZLslMZBY94MU+GysBmL46c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fMxptPEPppRHRuRUy2U7dsYwR+V2ft2ADct47G/PY0A4d+FB+NLqZ7ZBahqozUZme pw8rmYmqYzjYmxo3zxSCe4UPGyLmdETLeeX0TuB08c1Auz7+11d4mwN/b/iyflUjhP naWnx0I8PAl4bZ4xHn5Pn82YhxS98Y2l1K6W4BHo= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/108025] Duplicate CONTIGUOUS attribute should be diagnosed Date: Mon, 27 Mar 2023 18:43:25 +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: diagnostic, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: anlauf at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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=3D108025 --- Comment #4 from CVS Commits --- The releases/gcc-12 branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:4b56945b1ae497580b542abb6d7ca41b6444c219 commit r12-9321-g4b56945b1ae497580b542abb6d7ca41b6444c219 Author: Harald Anlauf Date: Thu Dec 8 22:50:45 2022 +0100 Fortran: diagnose and reject duplicate CONTIGUOUS attribute [PR108025] gcc/fortran/ChangeLog: PR fortran/108025 * symbol.cc (gfc_add_contiguous): Diagnose and reject duplicate CONTIGUOUS attribute. gcc/testsuite/ChangeLog: PR fortran/108025 * gfortran.dg/contiguous_12.f90: New test. (cherry picked from commit 3a9f6d5a8ee490adf9a18f93feaf86542642be7d)=