[LLVMbugs] [Bug 6365] Assertion failed: (Access != AS_none && "Access specifier is AS_none inside a record decl")

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Feb 21 11:23:00 PST 2010


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

Chandler Carruth <chandlerc at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |chandlerc at gmail.com
         AssignedTo|unassignedclangbugs at nondot. |chandlerc at gmail.com
                   |org                         |

--- Comment #6 from Chandler Carruth <chandlerc at gmail.com> 2010-02-21 13:23:00 CST ---
This is the same type of stuff that was being hit in PR6358 and PR6359. I was
seeing these assertions (and two other ones) whenever destructor name lookup
failed. I committed a work-around dgregor sent me in r96733. After that,
running clang doesn't show any errors (or asserts) for the attached file.

I've got a mostly complete patch that really improves our recovery in the event
of an invalid destructor decl. I'll finish it up, and test it, but it may need
to wait until we get some of what r96733 reverted checked back in so that it
can actually find invalid destructors. =D

-- 
Configure bugmail: http://www.llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the llvm-bugs mailing list