does this also come without static analysis options?
(0): internal error: backend signals
you can as well try with the latest version like 12.1.6.369 of Composer XE 2011 or 2013, whether it helps.
Or, you try to reduce some code, zip it and send to private communication, so it will not be visible to public.





Static analysis fails "internal error: backend signals"
I am using icc (ICC) 12.1.5 20120612
and try to use static analysis with the following compile options
-O1 -s -diag-enable sc1 -mia32 -fno-jump-tables -check-uninit -Wunused-variable -static-intel -wd10237 -wd869
My code is just C, aprox. 120.000 lines.
Intel compiler fails with the following message:
(0): internal error: backend signals
icc: error #10338: Static security analysis has failed because of an internal error(code 4). Analysis results are likely to be incomplete.
In fact it creates a bunch of XML files in a directory, but does not contain anything useful or any reference to my code.