[LLVMbugs] [Bug 7074] Small crashing example

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jul 11 19:37:10 PDT 2010


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

Chris Lattner <clattner at apple.com> changed:

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

--- Comment #1 from Chris Lattner <clattner at apple.com> 2010-07-11 21:37:09 CDT ---
This is now correctly rejected:


t.cc:1:11: error: use of undeclared identifier 'a'
 a(struct a::a
          ^
t.cc:1:15: error: expected ')'
 a(struct a::a
              ^
t.cc:1:3: note: to match this '('
 a(struct a::a
  ^
t.cc:1:15: error: expected function body after function declarator
 a(struct a::a
              ^
3 errors generated.

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