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: i...@airs.com
        ReportedBy: website-sourcew...@interfasys.ch


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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to