LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 18964 - Assertion failed: !Old || Old->getCachedLinkage() == D->getCachedLinkage(), file Decl.cpp, line 1260
Summary: Assertion failed: !Old || Old->getCachedLinkage() == D->getCachedLinkage(), f...
Status: RESOLVED FIXED
Alias: None
Product: clang
Classification: Unclassified
Component: Frontend (show other bugs)
Version: trunk
Hardware: PC Windows NT
: P normal
Assignee: Unassigned Clang Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-25 08:40 PST by Ivan Sorokin
Modified: 2014-03-06 15:54 PST (History)
3 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sorokin 2014-02-25 08:40:52 PST
unsigned &*foo5;
extern struct {} *foo5;
Comment 1 Ismail Pazarbasi 2014-03-06 15:54:36 PST
Fixed in r203168.

Thanks!