bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/12971] New: Segmentation fault: 11 when using -flto=6 on FreeB


From: website-sourceware at interfasys dot ch
Subject: [Bug gold/12971] New: Segmentation fault: 11 when using -flto=6 on FreeBSD 8.2
Date: Thu, 7 Jul 2011 20:30:17 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12971

           Summary: Segmentation fault: 11 when using -flto=6 on FreeBSD
                    8.2
           Product: binutils
           Version: 2.22 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
        AssignedTo: address@hidden
        ReportedBy: address@hidden


I've managed to reproduce this with this one liner

int main(void){ return 0; }


Here are the commands:
# gcc46 -O2 -pipe -funroll-loops -ftracer -Ofast -floop-interchange
-floop-strip-mine -floop-block -flto=6 -march=native -fno-strict-aliasing -msse
-I/usr/local/include/vorbis -I/usr/local/include -c -o check_cc.o check_cc.c

# gcc46 -L/usr/local/lib -o check_cc check_cc.o -pthread


Hopefully this makes a helpful, valid test case

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]