From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19100 invoked by alias); 24 Apr 2003 06:29:25 -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 19092 invoked from network); 24 Apr 2003 06:29:24 -0000 Received: from unknown (HELO hindon.hss.co.in) (202.54.26.202) by sources.redhat.com with SMTP; 24 Apr 2003 06:29:24 -0000 Received: from hindon.hss.co.in (localhost [127.0.0.1]) by hindon.hss.co.in (8.10.0/8.10.0) with ESMTP id h3O6RIA16338 for ; Thu, 24 Apr 2003 11:57:18 +0530 (IST) Received: from ultra.hss.co.in (ultra [192.168.100.5]) by hindon.hss.co.in (8.10.0/8.10.0) with ESMTP id h3O6RI916334 for ; Thu, 24 Apr 2003 11:57:18 +0530 (IST) Received: from sandesh.hss.hns.com (localhost [127.0.0.1]) by ultra.hss.co.in (8.10.0/8.10.0) with ESMTP id h3O6ULU08025 for ; Thu, 24 Apr 2003 12:00:21 +0530 (IST) Sensitivity: Subject: pasting "." and "something" does not give a valid preprocessing token.. To: gcc-help@gcc.gnu.org Cc: mskhan@hss.hns.com From: mskhan@hss.hns.com Date: Thu, 24 Apr 2003 06:29:00 -0000 Message-ID: MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-SW-Source: 2003-04/txt/msg00212.txt.bz2 I've just installed gcc 3.2 and I get the warning from the subject line when compiling code that worked just fine with 2.95.3. Can anyone tell me what the warning means and how it can be rectified. The offending code is a macro : #define EMUL_TRACE(level, format, args...) proc::theTrace->logTrace((level, ##format , ##args) where "Proc" is a class defined as class Proc { . .......... static TraceLog * theTrace; } and TraceLog is another class defined as class TraceLog { ............. public: ............ void logTrace(int severity, char* stringToBeLogged, ...) ............. } Thanks in advance.... Sanjay "DISCLAIMER: This message is proprietary to Hughes Software Systems Limited (HSS) and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. HSS accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus."