[LLVMbugs] [Bug 8385] Assertion `Access != AS_none && "Access specifier is AS_none inside a record decl"' on invalid code
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Mar 13 16:34:38 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=8385
David Blaikie <dblaikie at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #3 from David Blaikie <dblaikie at gmail.com> 2012-03-13 18:34:38 CDT ---
Seems to have been fixed somewhere along the way (& I've verified I'm really
using a +Asserts build to do this validation) so I've committed a test case
(r152681) & resolving as fixed.
We still accept some really weird/wrong explicit template instantiations,
though:
template int;
template struct foo {};
etc...
--
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