| | | | --- | --- | | Bugzilla Link | [41099](https://llvm.org/bz41099) | | Resolution | FIXED | | Resolved on | Apr 22, 2019 15:13 | | Version | unspecified | | OS | Linux | | Blocks | llvm/llvm-project#40566 | | Attachments | [source file which leads to a segfault with clang 8.0.0-rc5](https://user-images.githubusercontent.com/6596486/143758873-17fb47d9-3cdf-42e1-b8b7-c6347fbadba8.gz), [stack trace from compilation](https://user-images.githubusercontent.com/6596486/143758874-a733b60e-971a-4951-b656-a90ec726e18b.gz), [diagnose file](https://user-images.githubusercontent.com/6596486/143758875-152e315b-7da7-4536-bbd8-e04525b3394d.gz) | | CC | @zmodem,@tstellar | | Fixed by commit(s) | r356198 r358923 | ## Extended Description Compiling the attached code with clang-8.0.0-rc5, I get a segmentation fault. I also attach the stack trace and the diagnostic file.