[cfe-dev] Compatibility of arrays not working correctly

Eli Friedman eli.friedman at gmail.com
Mon Jan 28 21:15:00 PST 2008


Testcase:
typedef char uch;
extern uch a[];
uch a[10];

clang incorrectly gives an error.

Patch attached.

-Eli
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: arraycompatfix.txt
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20080128/999ab40e/attachment.txt>


More information about the cfe-dev mailing list