This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/50719] New: segmentation fault when attempting to build libav with gcc trunk
- From: "gseanmcg at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 13 Oct 2011 19:18:30 +0000
- Subject: [Bug target/50719] New: segmentation fault when attempting to build libav with gcc trunk
- Auto-submitted: auto-generated
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: unassigned@gcc.gnu.org
ReportedBy: gseanmcg@gmail.com
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; }