Re: [PATCH] ARM: add test case for -masm-syntax-unified (PR88648)

2019-01-08 Thread Stefan Agner
On 08.01.2019 10:35, Kyrill Tkachov wrote: > Hi Stefan, > > On 02/01/19 21:47, Stefan Agner wrote: >> Add a test case to check whether -masm-syntax-unified is indeed >> emitting the inline assembler with .syntax unified. > > Can you please provide a ChangeLog entry for this change. > >> --- >>

Re: [PATCH] ARM: add test case for -masm-syntax-unified (PR88648)

2019-01-08 Thread Kyrill Tkachov
Hi Stefan, On 02/01/19 21:47, Stefan Agner wrote: Add a test case to check whether -masm-syntax-unified is indeed emitting the inline assembler with .syntax unified. Can you please provide a ChangeLog entry for this change. --- .../gcc.target/arm/pr88648-asm-syntax-unified.c| 14 +++

[PATCH] ARM: add test case for -masm-syntax-unified (PR88648)

2019-01-02 Thread Stefan Agner
Add a test case to check whether -masm-syntax-unified is indeed emitting the inline assembler with .syntax unified. --- .../gcc.target/arm/pr88648-asm-syntax-unified.c| 14 ++ 1 file changed, 14 insertions(+) create mode 100644 gcc/testsuite/gcc.target/arm/pr88648-asm-syntax-unifi