https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60975
Manuel López-Ibáñez changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60975
--- Comment #4 from Manuel López-Ibáñez ---
Author: manu
Date: Tue Aug 19 22:37:49 2014
New Revision: 214200
URL: https://gcc.gnu.org/viewcvs?rev=214200&root=gcc&view=rev
Log:
gcc/ChangeLog:
2014-08-20 Manuel López-Ibáñez
PR c/60975
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60975
--- Comment #3 from Richard Biener ---
Please send patches to gcc-patc...@gcc.gnu.org and specify how you tested it
"Bootstrapped and tested on ".
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60975
--- Comment #2 from Prathamesh ---
Hi,
Consider the following test-case:
#define FOO(a...)
When compiled with: gcc -E -Wpedantic
the following warning gets printed:
empty-arg.c:1:14: warning: ISO C does not permit named variadic macros
[-Wvariadi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60975
Prathamesh changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
Severity|n
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60975
Prathamesh changed:
What|Removed |Added
CC||bilbotheelffriend at gmail dot
com
--- Comm