This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [PCH bug] anonymous variadic macros were introduced in C99 warning at pch using
- From: Geoff Keating <geoffk at geoffk dot org>
- To: "Vladimir Merzliakov" <wanderer at rsu dot ru>
- Cc: <law at redhat dot com>, gcc at gcc dot gnu dot org
- Date: 23 Apr 2003 11:23:01 -0700
- Subject: Re: [PCH bug] anonymous variadic macros were introduced in C99 warning at pch using
- References: <20030415122353.64376cda.bkoz@redhat.com><00c801c30992$8dbd8970$10fcd0c3@NPT>
"Vladimir Merzliakov" <wanderer at rsu dot ru> writes:
> simple test.c test.h files compile without using pch
> and generate strange warning if use test.h.gch
>
> All case with options: g++ -ansi -pedantic -Werror -Winvalid-pch
> Warning generated at line in concept_check.h:52 :
>
> #define __glibcpp_function_requires(...)
I get:
t.c:1:37: warning: anonymous variadic macros were introduced in C99
which is not exactly clear, but it is true; and I get it whether or
not I use PCH.
--
- Geoffrey Keating <geoffk at geoffk dot org>