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] |
On 05/14/2012 12:53 PM, Paolo Carlini wrote:But wouldn't this in turn require variadic macros which are C99-only? Or you mean something else?Yeah. I'm trying to replace *all* the current ones with the _loc variant. The patch as you can imagine is becoming *huge*. Some details will probably need another pass.
One approach would be to make the non-_loc names macros that just call the _loc variants with UNKNOWN_LOCATION.
Thanks! Paolo.
Attachment:
CL_44516_15
Description: Text document
Attachment:
patch_44516_15
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |