Bug #700
Problem with CLANG and PainterExamples
Status: | Approved | Start date: | 02/26/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - |
Description
Second, I tried to compile examples/PainterExamples. Everything else compiled well, but the main package (PainterExamples) makes CLANG crash severely on almost every file. I assume, there is some special C++ feature used in those examples that CLANG just can't handle, but I can't figure out what really happens behind the scenes.
History
#1 Updated by Jan DolinĂ¡r about 11 years ago
Interestingly, it works for me (on 32bit Archlinux) with the same clang version:
$ clang --version clang version 3.4 (tags/RELEASE_34/final) Target: i386-pc-linux-gnu Thread model: posix
#2 Updated by Miroslav Fidler about 11 years ago
I believe that the issue will be BLITZ....
#3 Updated by Miroslav Fidler almost 11 years ago
- Status changed from New to Approved
The problem found to be the size of .iml file (that is perhaps why later versions work OK). Now fixed (by reducing the image size).