Warning in CodegenTypes.cpp

I compiled clang from SVN (r44614) and get the following warning (GCC 4.2.2):

CodeGenTypes.cpp: In member function 'const llvm::Type*
clang::CodeGen::CodeGenTypes::ConvertNewType(clang::QualType)':
CodeGenTypes.cpp:316: warning: comparison with string literal results
in unspecified behaviour

It seems that there is a comparison of two const char pointers. Is
that intentional?

Greetings,
Kevin André

Definitely a bug, fixed, thanks!
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20071203/003187.html

-Chris