This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: using -Wno-variadic-macros in stage 1


Hi Roger,

> Not to disuade you from using -Wno-variadic-macros during stage1, but
> I've been waiting for the tree-ssa merge to fix this correctly.  The
> variadic macro is for backward compatabilty whilst all calls to "build"
> are upgraded to use buildN instead, i.e. "build1", "build2", "build3"...

We could also convert build (CODE, ...) to build_CODE.  See

  http://gcc.gnu.org/ml/gcc-patches/2004-03/msg01749.html

Nobody has responded to the above message, so I am guessing that
people may not have strong preferences in this area.

Kazu Hirata


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]