http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50719
Bug #: 50719
Summary: segmentation fault when attempting to build libav with
gcc trunk
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: target
AssignedTo: [email protected]
ReportedBy: [email protected]
Somewhere between revision 179416 and 179707, the following code (from the
libav 'configure' script) is causing an ICE (SEGV) on Solaris 10 x86:
#include <math.h>
float foo(float f) { return lrint(f); }
int main(void){ return 0; }