http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52205

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org

--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-02-11 
10:47:46 UTC ---
> I see this in both 32-bit and 64-bit mode.  If I tweak
> libgcc/config/sparc/sol2-unwind.h so that sparc_is_sighandler sets *nframes to
> 3 rather than 2, then the test passes (I only tried this in 32-bit mode, not 
> in
> 64-bit mode).  The cuh_pattern test in sparc_is_sighandler does not match, so
> presumably it needs to be adjusted for Solaris 2.11.  However, I'm not sure 
> how
> to properly and safely correct it.

OK, let's at least try, first in 32-bit mode.  What code path is taken exactly
in sparc_is_sighandler on Solaris 11?

Reply via email to