[EMAIL PROTECTED] writes: > There is a __COUNTER__ macro, supported by Microsoft C++ compiler which > can help me a lot in the thesis implementation. This macro expands to > an integer starting with 0 and incrementing by 1 every time it is > used.... Would you consider it adding it to the official gnu compiler > if I'll implement it?
On Wed, Jun 07, 2006 at 01:59:45PM -0700, Ian Lance Taylor wrote: > Yes, we would consider it. > > > What is the standard procedure to do so? > > Short version: Sign a copyright assignment so that we can use your > code. Write the patch. Test the patch. Send the patch to > [EMAIL PROTECTED] We'd need good documentation as well, which is clear enough so that there is no ambiguity about what the __COUNTER__ value is at any point.