[LLVMbugs] [Bug 13367] Variadic templates and static member initialization
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Sep 21 16:31:00 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13367
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #5 from Richard Smith <richard-llvm at metafoo.co.uk> 2012-09-21 18:31:00 CDT ---
Even with the attached files, this still works for me, producing a correct
diagnostic. Also, the crash is very strange: we shouldn't be getting as far as
IRGen for Const<...>::Data, since the code is ill-formed.
I'm going to assume this has been fixed since you checked out clang. If this
still manifests for you with a trunk build, please reopen.
--
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