Description of problem: faad2 - http://www.audiocoding.com/faad2.html - failed to build on 32bit x86 with an internal compiler error. Version-Release number of selected component (if applicable): gcc-4.7.0-5.fc17.i686 How reproducible: Always Steps to Reproduce: 1. Attempt to build faad2 on i686 with -mtune=pentium4 2. 3. Actual results: Compile fails Expected results: Compiles Additional info: I usually compile anything for my old pentium 4 with -march=pentium4. I discovered the build still failed with "-march=i686 -mtune=pentium4" but succeeded with just "-march=i686".
Created attachment 584113 [details] the build output
Created attachment 584114 [details] the preprocessed source file requested
Tracking this upstream.