------- Comment #1 from hjl dot tools at gmail dot com 2010-06-21 16:42 ------- (In reply to comment #0) > FAIL: gcc.target/i386/amd64-abi-3.c scan-assembler subq[\\t ]*\\$88,[\\t > ]*%rsp
This is due to -mtune=atom generates: leaq -88(%rsp), %rsp instead of subq $88, %rsp -- hjl dot tools at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|-mtune=atom failed on sse2- |-mtune=atom failed on sse2- |vec-2.c and amd64-abi-3.c |vec-2.c and amd64-abi-3.c http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44615