[Bug target/60902] ffmpeg built with gcc 4.9 RC produces incorrect flac playback code
arthur.marsh at internode dot on.net
gcc-bugzilla@gcc.gnu.org
Sun Apr 20 10:23:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902
--- Comment #7 from Arthur Marsh <arthur.marsh at internode dot on.net> ---
OK, I modified the CFLAGS statement in config.mak to what is below, re-ran make
clean and make, and still experienced the same problems.
CFLAGS= -std=c99 -fomit-frame-pointer -pthread -D_GNU_SOURCE=1 -D_REENTRANT
-I/usr/include/SDL -g -Wdeclaration-after-statement -Wall
-Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings
-Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast
-Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch
-Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros
-fno-tree-vectorize -Werror=implicit-function-declaration
-Werror=missing-prototypes -Werror=return-type -Werror=vla
-Wno-maybe-uninitialized -fno-strict-aliasing -fwrapv
-fno-aggressive-loop-optimizations
Thanks for your interest.
More information about the Gcc-bugs
mailing list