[llvm-bugs] [Bug 32529] Clang 3.8 crash after "error: typedef redefinition with different types"

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Apr 4 22:08:10 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=32529

Daniel Holbert <dholbert at mozilla.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEW                         |RESOLVED

--- Comment #3 from Daniel Holbert <dholbert at mozilla.com> ---
Sorry, I think I just uncovered an already-known clang crash that was
suppressed in Firefox source code & which I unsuppressed by moving some code
around.

This is the crash suppressed by the CLANG_CRASH_BUG hack here:
https://dxr.mozilla.org/mozilla-central/rev/81e37ef1360ba4505726ddf542ebdcc952a57578/layout/generic/nsGridContainerFrame.cpp#34

...and that suppression is specific to clang 3.8 and lower, so I think this
crash is fixed in newer clang versions.  I'll reopen if I discover this to not
be the case.  (I don't have newer clang on this machine but I do have it
elsewhere.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170405/8610daa6/attachment.html>


More information about the llvm-bugs mailing list