[LLVMdev] a strange emit of llvm-g++

Chris Lattner sabre at nondot.org
Wed Jul 4 13:49:20 PDT 2007


On Wed, 4 Jul 2007, Seung Jae Lee wrote:
> -------------------------------------------------------------
> Is this a bug?

This is a feature of C++, which allows overloading to work with standard 
linkers.  It isn't a bug.  If you compile your code with gcc vs g++ you'll 
see the same thing.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list