[LLVMbugs] [Bug 12053] infinite recursion in decltype crashes compiler

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Sep 25 22:18:39 PDT 2012


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

Seth <seth.cantrell at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Seth <seth.cantrell at gmail.com> 2012-09-26 00:18:39 CDT ---
The crash is indeed fixed.

I notice that the compiler diagnostic for this template only appears when
attempting to instantiate the template. I think that it should be possible to
reject this template during the first phase of two phase name lookup since I
think foo should  be a non-dependant name.

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