[Bug target/50719] New: segmentation fault when attempting to build libav with gcc trunk

gseanmcg at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Oct 13 19:18:00 GMT 2011


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; }



More information about the Gcc-bugs mailing list