From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12482 invoked by alias); 2 Feb 2003 09:31:21 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 12463 invoked by uid 48); 2 Feb 2003 09:31:21 -0000 Date: Sun, 02 Feb 2003 09:31:00 -0000 Message-ID: <20030202093121.12462.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, mdoran@cmbeasy.org, nobody@gcc.gnu.org From: ehrhardt@mathematik.uni-ulm.de Reply-To: ehrhardt@mathematik.uni-ulm.de, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, mdoran@cmbeasy.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: preprocessor/9513: warning: pasting "Tau2A" and ")" does not give a valid preprocessing token X-SW-Source: 2003-02/txt/msg00042.txt.bz2 List-Id: Synopsis: warning: pasting "Tau2A" and ")" does not give a valid preprocessing token State-Changed-From-To: open->closed State-Changed-By: cae State-Changed-When: Sun Feb 2 09:31:21 2003 State-Changed-Why: The warning is perfectly legal. The result of a ## operator must be a valid preprocessor token. You are trying to paste the string tau2 with a closing parenthesis and the result isn't a preprocessor token. Remove the ## operator after *a to get rid of the warning. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9513