Hi, GCC 4.5 already contains such patch. http://gcc.gnu.org/ml/gcc-patches/2009-03/msg01186.html If you are working on 4.4 branch, you can just apply the patch without problem.
Cheers, Bingfeng > -----Original Message----- > From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On > Behalf Of Ian Bolton > Sent: 19 February 2010 17:09 > To: gcc@gcc.gnu.org > Subject: Function versioning tests? > > Hi there, > > I've changed our private port of GCC to give versioned functions > better names (rather than T.0, T.1), and was wondering if there > are any existing tests that push function-versioning to the limit, > so I can test whether my naming scheme is sound. > > Failing that, I'd appreciate some pointers on how I might make > such a test. I know I need to be passing a constant in as a > parameter, but I don't know what other criteria are required to > make it trigger. > > Cheers, > Ian > >