------- Comment #6 from hjl dot tools at gmail dot com 2010-06-01 15:44 ------- (In reply to comment #0) > gcc46 -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE > -I. -I"/dta/ports/multimedia/ffmpeg/work/ffmpeg-0.5.2" -pipe -mssse3 > -mtune=native -O3 -ffast-math -fno-finite-math-only > -fomit-frame-pointer -Wl,-rpath=/usr/local/lib/gcc46 > -fno-strict-aliasing -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 > -I/usr/local/include/vorbis -I/usr/local/include -std=c99 > -fomit-frame-pointer -Wdeclaration-after-statement -Wall -Wno-switch > -Wdisabled-optimization -Wpointer-arith -Wredundant-decls > -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef > -O3 -fno-math-errno -fno-signed-zeros -c -o libavutil/crc.o
When you use -mtune=native, please include output from "gcc -v ..." to show real tune target passed to cc1. Otherwise, people will have a hard time to reproduce your problem since their native machines may be very different from yours. -- hjl dot tools at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44363