[LLVMbugs] [Bug 19101] Clang crashes on simple code

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 10 23:58:01 PDT 2014


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

jonathan.sauer at gmx.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jonathan.sauer at gmx.de
         Resolution|---                         |WORKSFORME

--- Comment #2 from jonathan.sauer at gmx.de ---
I checked with clang r201876 and libc++ r201590 (both 3.5 trunk):

clang.cpp:9:1: error: too many template parameters in template redeclaration
template <class T, class D>
^~~~~~~~~~~~~~~~~~~~~~~~~~~
clang.cpp:3:1: note: previous template declaration is here
template <class T>
^~~~~~~~~~~~~~~~~~
1 error generated.


I'm closing this bug as the crash doesn't happen anymore. Marek, if you
disagree, please feel free to reopen it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140311/60801197/attachment.html>


More information about the llvm-bugs mailing list