Subject: toolchain/35325: siginfo does not work when compiling without optimization
To: None <toolchain-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <martin@duskware.de>
List: netbsd-bugs
Date: 12/26/2006 23:35:00
>Number: 35325
>Category: toolchain
>Synopsis: siginfo does not work when compiling without optimization
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: toolchain-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Dec 26 23:35:00 +0000 2006
>Originator: Martin Husemann
>Release: NetBSD 4.99.7
>Organization:
>Environment:
System: NetBSD tequila-sunrise.duskware.de 4.99.7 NetBSD 4.99.7 (GENERIC32_IP3x) #6: Wed Dec 27 00:05:39 CET 2006 martin@night-porter.duskware.de:/usr/src/sys/arch/sgimips/compile/GENERIC32_IP3x sgimips
Architecture: mipseb
Machine: sgimips
>Description:
When compiling regress/lib/libc/ieeefp/except with "-g -O0" the code is not
able to fetch the right si->si_code value. Recompiling with (the standard) -O2
fixes this.
>How-To-Repeat:
s/a
>Fix:
n/a