From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76107 invoked by alias); 11 Mar 2018 16:34:02 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 76095 invoked by uid 89); 11 Mar 2018 16:34:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=pardon, HContent-type:utf-8, HContent-type:plain, HContent-type:charset X-HELO: mr91p64im-zteg11063501.me.com Received: from mr91p64im-zteg11063501.me.com (HELO mr91p64im-zteg11063501.me.com) (17.120.88.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 11 Mar 2018 16:34:01 +0000 Received: from process-dkim-sign-daemon.mr91p64im-zteg11063501.me.com by mr91p64im-zteg11063501.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) id <0P5F00200PZ5ZB00@mr91p64im-zteg11063501.me.com> for fortran@gcc.gnu.org; Sun, 11 Mar 2018 16:33:59 +0000 (GMT) Received: from icloud.com ([127.0.0.1]) by mr91p64im-zteg11063501.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) with ESMTPSA id <0P5F00ONJQ0LKX20@mr91p64im-zteg11063501.me.com>; Sun, 11 Mar 2018 16:33:59 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-03-11_09:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1011 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1803110213 Content-type: text/plain; charset=utf-8 MIME-version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: Coarrays and -fdefault-integer-8 From: Dan Nagle In-reply-to: Date: Sun, 11 Mar 2018 16:34:00 -0000 Cc: Damian Rouson , gfortran Content-transfer-encoding: quoted-printable Message-id: <389DC6F2-7CF1-4DE7-AA34-070C2C15366B@me.com> References: To: =?utf-8?Q?Dominique_d=27Humi=C3=A8res?= X-SW-Source: 2018-03/txt/msg00029.txt.bz2 Hi, Pardon me for answering a question for Damian, > On Mar 11, 2018, at 05:37 , Dominique d'Humi=C3=A8res wrote: >=20 > Is is expected that the arguments of atomic_* have to be INTEGER(4)/LOGIC= AL(4) (atomic_int_kind)? atomic_add atom must be of atomic_int_kind atomic_and atom must be of atomic_int_kind atomic_cas atom may be of atomic_Int_kind or atomic_logical_kind atomic_define atom may be of atomic_int_kind or atomic_logical_kind atomic_fetch_add atom must be of atomic_int_kind atomic_fetch_and atom must be of atomic_int_kind atomic_fetch_or atom must be of atomic_int_kind atomic_fetch_xor atom must be of atomic_int_kind atomic_or atom must be of atomic_int_kind atomic_ref atom may be of atomic_int_kind or atomic_logical_kind atomic_xor atom must be of atomic_int_kind from 1539-1 2017 (17-007r1) pg 356 - 360 HTH -- Cheers! Dan Nagle