Created attachment 695123 [details] gcc -S output Description of problem: gcc-4.8.0-0.9.fc19 fails to build coreutils-8.20-7.fc19: {standard input}: Assembler messages: {standard input}:825: Error: junk at end of line, first unrecognized character is `{' {standard input}:826: Error: junk at end of line, first unrecognized character is `{' {standard input}:868: Error: junk at end of line, first unrecognized character is `{' {standard input}:869: Error: junk at end of line, first unrecognized character is `{' ... ... ... {standard input}:8406: Error: junk at end of line, first unrecognized character is `{' make[2]: *** [src/factor.o] Error 1 Version-Release number of selected component (if applicable): gcc-4.8.0-0.9.fc19 How reproducible: always Steps to Reproduce: 1. try to compile on PPC64 coreutils-8.20-7.fc19 with the latest rawhide gcc 2. 3. Actual results: http://ppc.koji.fedoraproject.org/kojifiles/work/tasks/5679/895679/build.log Expected results: Additional info: output of gcc -E -std=gnu99 -I. -I./lib -Ilib -I./lib -Isrc -I./src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -D_GNU_SOURCE=1 -fno-strict-aliasing -fpic -c -o /tmp/factor.pre src/factor.c and gcc -S -std=gnu99 -I. -I./lib -Ilib -I./lib -Isrc -I./src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -D_GNU_SOURCE=1 -fno-strict-aliasing -fpic -c -o /tmp/factor.asm src/factor.c attached
Created attachment 695124 [details] gcc -E output
Now tracked upstream: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56256