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: unassig...@gcc.gnu.org
        ReportedBy: gsean...@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; }

Reply via email to