https://llvm.org/bugs/show_bug.cgi?id=31725
Bug ID: 31725 Summary: 3.9 compilation failure on valid code: array type mismatch Product: clang Version: 3.9 Hardware: PC OS: All Status: NEW Severity: normal Priority: P Component: -New Bugs Assignee: unassignedclangb...@nondot.org Reporter: jerem...@apple.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Clang 3.9 incorrectly errors out with some legacy static assert macros (eg: libunwind). This issue was addressed in 4.0 with r280330. Please consider cherry-picking this commit into release_39 in case there is ever a 3.9.2. commit 0c1c1751472348ead92a1c5ffd6a7db08dd446e7 Author: Akira Hatanaka <ahatan...@apple.com> Date: Thu Sep 1 01:03:21 2016 +0000 [Sema] Don't diagnose an array type mismatch when the new or previous declaration has a dependent type. This fixes a bug where clang errors out on a valid code. rdar://problem/28051467 Differential Revision: https://reviews.llvm.org/D24110 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280330 91177308-0d34-0410-b5e6-96231b3b80d8 -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs