ir2hf: Assert has been violated
Kind of an odd one.
I compile a program like this:
struct test {
volatile int member : 15;
};
void f (void)
{
struct test temp;
temp.member = 1;
}
with cc -fast -xarch=amd64 test.c -c -o /dev/null
and get this error:
ir2hf: error: Assert has been violated at '/set/venus/builds.intel-S2/nightly.Thu/intel-S2/lang/ube/fw/src/iexp1.c 750'.
cc: Fatal error in /apps/sun_studio_11/prod/bin/ir2hf
Anyone know what could be going on here?

