------- Comment #8 from hjl dot tools at gmail dot com 2010-06-01 16:09 ------- (In reply to comment #7) > (In reply to comment #6) > > (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. > > > See the top of the description - this was the first piece of information I > provided. >
That is not what I was asking for. Please add -v to the command line used to compile libavutil/crc.o and show its output. -- hjl dot tools at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44363