Re: [PATCH] add check_effective_target_masm_intel

2012-10-26 Thread Mike Stump
On Oct 26, 2012, at 12:14 PM, Jack Howarth wrote: > Currently targets like darwin which use older assemblers which lack support > for the > -masm=intel command line option fail these tests. The attached patch adds a > proc for > check_effective_target_masm_intel to target-supports.exp and uses i

[PATCH] add check_effective_target_masm_intel

2012-10-26 Thread Jack Howarth
Currently targets like darwin which use older assemblers which lack support for the -masm=intel command line option fail these tests. The attached patch adds a proc for check_effective_target_masm_intel to target-supports.exp and uses it in the gcc.target/i386/asm-dialect-1.c test case. Tested on