Assert has been violated, vector problem?
System: Solaris 10_x86, all of today's patches applied.
Testing Sun Studio Express, Feb 07 (downloaded today)
I'm compiling a big image processing library. Near the end,
suncc -DPC_UNIX_ENV -DPRODUCTION -D__Forte__ -D__SOLARIS2__ -I../include -fast -xtarget=pentium4 -xarch=sse3 -m32 -xunroll=4 -xvector=simd -Xa -v -errtags=yes -c -o ../obj/solaris2_express_x86/nodebug/miwcycr.o miwcycr.c
"miwcycr.c", [ip_image2buffer]:ube: error: Assert has been violated at '/set/mars/builds.intel-S2/nightly.ea1.Thu/intel-S2/lang/ube/sm/src/sm_table.c 868'.
cc: ube failed for miwcycr.c
The assertion failure goes away when the "-xvector=simd" flag is removed.

