Hello, Doug. On Mon, Mar 7, 2011 at 11:33 AM, Douglas Gregor <[email protected]> wrote: > Author: dgregor > Date: Sun Mar 6 20:33:33 2011 > New Revision: 127150 > > URL: http://llvm.org/viewvc/llvm-project?rev=127150&view=rev > Log: > When transforming a dependent template specialization type, make sure > to set the source-location information for the template arguments to > the *transformed* source-location information, not the original > source-location information. Fixes <rdar://problem/8986308> (a libc++ > SFINAE issue) and the Boost.Polygon failure. > > Modified: > cfe/trunk/lib/Sema/TreeTransform.h > cfe/trunk/test/SemaTemplate/instantiate-member-template.cpp
It seems r127150 might be the failure with --vg. http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/816 I guess it would unveil other potential bug or something? I checked, on x86_64-linux, all of test/SemaTemplate can pass with --vg to revert r127150 locally. ...Takumi _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
