From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42008 invoked by alias); 29 Aug 2018 15:00:55 -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 41995 invoked by uid 89); 29 Aug 2018 15:00:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:249 X-HELO: mail-io0-f169.google.com Received: from mail-io0-f169.google.com (HELO mail-io0-f169.google.com) (209.85.223.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 Aug 2018 15:00:53 +0000 Received: by mail-io0-f169.google.com with SMTP id y12-v6so4732198ioj.13 for ; Wed, 29 Aug 2018 08:00:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=ul5TLHrwYXNswXXi/kGdhNFH4Tk25MzwwNqX8Em8Eds=; b=Xt+PJL/K3s3FfdDOhsf8B821upKYYbsDw9SKVBtQYu+WlH9b7LNKcfX845N5EYus+V coICkcw3qMYY/SSrMdpe+3ppaaDJc22hOdPYugeb1ZFHiN78x7gMWgtEj3h9XW7JD/uM bOYWwoslEl/mAbgw+1X8OAohB2sw9nv/X4f7iyHNM2jSc7ZOEOPGjcGzdOOHekpyHdp/ pT0uBh0Kk5W0hasWErUIRvM9JUBaHmeQZD2ibgamtXTTF654ncLR6MbXJksrEuq+XDrh IVgL8fAVzKBZOCay6vPpf/glF5EjnwjFbkFMI++MIBjywdYcMdEL7jssTMQ9R/NXaND/ XA0A== MIME-Version: 1.0 From: NightStrike Date: Wed, 29 Aug 2018 15:00:00 -0000 Message-ID: Subject: fortran intrinsics To: "fortran@gcc.gnu.org" Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00114.txt.bz2 Are there any gcc intrinsics to let me do TLS without openmp in fortran? Also, are the fortran intrinisics like atomicfetchadd compatible with the gcc __atomic builtins of the same name? If so, what memory model do they follow?