Sun Studio Express and Patches
Good Afternoon,
I was wondering if it's possible to apply a patch to Sun Studio Express. If so, how would I go about it?
A patch was recently released for the Studio compiler back end which may address a bug I've been experiencing and I wanted to give it a try.
The patch is 120759-08.
Thanks in advance,
Jon
# 1
In general a SunStudio11 patches should not work with expresses well.The codebases of SS11 and SSX have diverged, so there are no guaranties of things to match. You can wait for the next express, though. Do you have the Id of the particular bug you care about?
horsh at 2007-7-7 3:08:26 >

# 3
Have you tried the workarounds that are suggested in the bug report? These are the ones that might work for you:
-xdepend=no
-xdepend=yes -Qoption iropt -Rloop_dist
-xdepend=yes -Qoption iropt -O2
If -xdepend=no doesn't solve your problem, then this bug fix will not help either.
igb at 2007-7-7 3:08:26 >
