From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20391 invoked by alias); 1 May 2003 23:16:01 -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 20358 invoked by uid 71); 1 May 2003 23:16:00 -0000 Date: Thu, 01 May 2003 23:16:00 -0000 Message-ID: <20030501231600.20351.qmail@sources.redhat.com> To: geoffk@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Wolfgang Bangerth Subject: Re: c++/10470: [pch]... Reply-To: Wolfgang Bangerth X-SW-Source: 2003-05/txt/msg00082.txt.bz2 List-Id: The following reply was made to PR c++/10470; it has been noted by GNATS. From: Wolfgang Bangerth To: gcc-gnats@gcc.gnu.org Cc: Subject: Re: c++/10470: [pch]... Date: Thu, 1 May 2003 18:07:11 -0500 (CDT) Just in case this of any help: if I compile more than one .cc file that includes the same precompiled header, I always get the spurious warning at the same line number and column: =====base=============debug========== function_lib.cc source/function_lib.cc:3510:2: warning: anonymous variadic macros were introduced in C99 =====base=============debug========== function_lib_cutoff.cc source/function_lib_cutoff.cc:3510:2: warning: anonymous variadic macros were introduced in C99 =====base=============debug========== function_time.cc source/function_time.cc:3510:2: warning: anonymous variadic macros were introduced in C99 =====base=============debug========== job_identifier.cc source/job_identifier.cc:3510:2: warning: anonymous variadic macros were introduced in C99 =====base=============debug========== log.cc source/log.cc:3510:2: warning: anonymous variadic macros were introduced in C99 W. ------------------------------------------------------------------------- Wolfgang Bangerth email: bangerth@ices.utexas.edu www: http://www.ices.utexas.edu/~bangerth/