From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1831 invoked by alias); 23 Jun 2003 19:56:48 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 31605 invoked from network); 23 Jun 2003 19:55:54 -0000 Received: from unknown (HELO book.moene.indiv.nluug.nl) (195.109.255.217) by sources.redhat.com with SMTP; 23 Jun 2003 19:55:54 -0000 Received: from local ([127.0.0.1] helo=moene.indiv.nluug.nl) by book.moene.indiv.nluug.nl with esmtp (Exim 3.36 #1 (Debian)) id 19UXRA-0000S2-00; Mon, 23 Jun 2003 21:57:12 +0200 Message-ID: <3EF75B84.90007@moene.indiv.nluug.nl> Date: Mon, 23 Jun 2003 19:56:00 -0000 From: Toon Moene Organization: Moene Computational Physics, Maartensdijk, The Netherlands User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.0.0) Gecko/20020622 Debian/1.0.0-0.woody.1 MIME-Version: 1.0 To: Ganesh Ramakrishnan CC: gcc-help@gcc.gnu.org Subject: Re: cpp in fortran References: <20030623050024.65762.qmail@web14901.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00218.txt.bz2 Ganesh Ramakrishnan wrote: > I am defining this macro in a header file & > including it in fortran source file using #include. > > #define fun(x) fun(x, __LINE__, __FILE__) > > But in the output file, that particular line is > going > beyont the 72 columns & it is not taking care of the > new line symbol '$' in fortran source code. It is > taking care of new line character with cpp which comes > with gcc-2.81 & gcc-2.95. > But in the new version (gcc-3.2) it gives the above > problem. Could you send me the source code - I cannot deduce what's wrong from this description. Thanks, -- Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290 Saturnushof 14, 3738 XG Maartensdijk, The Netherlands Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html GNU Fortran 95: http://gcc-g95.sourceforge.net/ (under construction)