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?

[527 byte] By [jancheza] at [2007-11-26 13:19:23]
# 1
I believe this problem has already been fixed in the current patches. Get the latest C compiler patch and compiler backend patch for Sun Studio 11 here: http://developers.sun.com/sunstudio/downloads/patches/
clamage45a at 2007-7-7 17:46:05 > top of Java-index,Development Tools,Solaris and Linux Development Tools...