This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]