http://llvm.org/bugs/show_bug.cgi?id=7520
Daniel Dunbar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WORKSFORME --- Comment #1 from Daniel Dunbar <[email protected]> 2010-07-31 15:07:44 CDT --- I cannot reproduce this with TOT: -- ddun...@giles:tmp$ cat t.cpp #include <vector> template<std::size_t dims> class Map { public: Map() : resolutions() {} private: double resolutions[dims]; }; typedef Map<2> Map2D; ddun...@giles:tmp$ clang -m32 -c t.cpp ddun...@giles:tmp$ clang -c t.cpp ddun...@giles:tmp$ clang -v clang version 2.8 ($URL$ 109952) Target: x86_64-apple-darwin10 Thread model: posix ddun...@giles:tmp$ -- -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
