[LLVMbugs] [Bug 13835] auto keyword introduces bogus type-dependency in expressions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Sep 13 19:22:21 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=13835

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|                            |DUPLICATE

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> 2012-09-13 21:22:21 CDT ---
'auto' is a red herring here. This also fails the same way:

struct S { template<typename T> void f(); S s(); };
template<typename T> struct X {
  S s;
  void f() { s.s().f<void>(); }
};

*** This bug has been marked as a duplicate of bug 8368 ***

-- 
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.



More information about the llvm-bugs mailing list