From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29468 invoked by alias); 24 Apr 2003 01:33:57 -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 29440 invoked by uid 48); 24 Apr 2003 01:33:57 -0000 Date: Thu, 24 Apr 2003 01:33:00 -0000 Message-ID: <20030424013357.29439.qmail@sources.redhat.com> To: and@rsu.ru, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, geoffk@gcc.gnu.org, nobody@gcc.gnu.org, wanderer@rsu.ru From: bangerth@dealii.org Reply-To: bangerth@dealii.org, and@rsu.ru, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, geoffk@gcc.gnu.org, nobody@gcc.gnu.org, wanderer@rsu.ru, gcc-gnats@gcc.gnu.org Subject: Re: c++/10470: [pch] spurious warning about "anonymous variadic macros were introduced in C99" X-SW-Source: 2003-04/txt/msg01010.txt.bz2 List-Id: Old Synopsis: anonymous variadic macros were introduced in C99 warning at pch using New Synopsis: [pch] spurious warning about "anonymous variadic macros were introduced in C99" Responsible-Changed-From-To: unassigned->geoffk Responsible-Changed-By: bangerth Responsible-Changed-When: Thu Apr 24 01:33:56 2003 Responsible-Changed-Why: pch State-Changed-From-To: open->analyzed State-Changed-By: bangerth State-Changed-When: Thu Apr 24 01:33:56 2003 State-Changed-Why: Geoff, I think you're being overly harsh -- the bug report includes everything one needs to reproduce the problem. I see the very same reported problem on my linux box. It should be simple for you as well to reproduce this. W. g/x> cat x.h #include g/x> cat x.cc #include"x.h" int main() { return 0; } g/x> rm x.h.gch rm: cannot remove `x.h.gch': No such file or directory g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -ansi -pedantic -Werror -Winvalid-pch -c x.cc g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -ansi -pedantic -Werror -Winvalid-pch -c x.h g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -ansi -pedantic -Werror -Winvalid-pch -c x.cc x.cc:679:2: anonymous variadic macros were introduced in C99 Note also the bogus line number 679, which certainly doesn't exist in this file. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10470