From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128123 invoked by alias); 25 Sep 2017 16:38:03 -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 128098 invoked by uid 89); 25 Sep 2017 16:38:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=elses, H*MI:4C91 X-HELO: nef2.ens.fr Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Sep 2017 16:38:01 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id v8PGbwbY058692 ; Mon, 25 Sep 2017 18:37:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id 4C330143; Mon, 25 Sep 2017 18:37:58 +0200 (CEST) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 35GZN7fT67P2; Mon, 25 Sep 2017 18:37:58 +0200 (CEST) Received: from [192.168.1.11] (log78-1-82-242-47-10.fbx.proxad.net [82.242.47.10]) by mailhost.lps.ens.fr (Postfix) with ESMTPSA id 242AF140; Mon, 25 Sep 2017 18:37:58 +0200 (CEST) From: =?utf-8?Q?Dominique_d=27Humi=C3=A8res?= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Backslash character at the end of a comment Message-Id: <05172834-E4EF-4C91-8AC6-7AB63D074181@lps.ens.fr> Date: Mon, 25 Sep 2017 16:38:00 -0000 Cc: gfortran To: vladimir.fuka@gmail.com X-SW-Source: 2017-09/txt/msg00101.txt.bz2 Vladimir, > I noticed strange error after adding a comment. Unexpected elses and end = if. > > I realized the comment had \ at the end. I added a space after it and I g= ot > =E2=80=A6 Could you please post the code? AFAIR, backslash is not part of the Fortran= character set and can only appear in strings (no patience to look at the s= tandard). Gfortran has an option -fbackslash allowing backslash to be inter= preted as an escape character (again AFAIU). You may want to have a look at= gfortran.dg/backslash*. Cheers, Dominique