[cfe-commits] r46583 - /cfe/trunk/Sema/SemaDecl.cpp

Mike Stump mrs at apple.com
Wed Jan 30 18:55:25 PST 2008


On Jan 30, 2008, at 3:46 PM, Steve Naroff wrote:
> Hack Sema::MergeTypeDefDecl() to silently ignore duplicate typedef's  
> in system headers files.

Try

   typedef int A;
   typedef int A;

with g++.  :-)



More information about the cfe-commits mailing list