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

Serge Pavlov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WORKSFORME

--- Comment #5 from Serge Pavlov <[email protected]> ---
It looks like ToT (r223913) does not have such problem:

x.ii:1:73: error: expected a qualified name after 'typename'
              class    {                     template<typename          {
                                                                        ^
x.ii:1:73: error: expected ',' or '>' in template-parameter-list
x.ii:1:77: error: expected member name or ';' after declaration specifiers
              class    {                     template<typename          {
                                                                            ^
x.ii:1:77: error: expected '}'
x.ii:1:24: note: to match this '{'
              class    {                     template<typename          {
                       ^
x.ii:1:74: error: expected ';' after class
              class    {                     template<typename          {
                                                                         ^
                                                                         ;
x.ii:1:15: error: anonymous structs and classes must be class members
              class    {                     template<typename          {
              ^
6 errors generated.

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

Reply via email to