Command line: $ gcc -O1 -std=gnu++0x -fverbose-asm Output: /tmp/ccUXumsY.s: Assembler messages: /tmp/ccUXumsY.s:52: Error: junk at end of line, first unrecognized character is `*'
The offending line is: movq %rax, (%rbx) # D.2519, MEM[(<<< Unknown tree: offset_type >>> * &)__dest_3(D)] Tested revisions: r162138 - fail (after PR44911 fix) r162056 - fail r161659 - fail r161170 - OK -- Summary: [4.6 Regression] another problem with line break in output with -fverbose-asm Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zsojka at seznam dot cz GCC host triplet: x86_64-pc-linux-gnu GCC target triplet: x86_64-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44930