Re: [PATCH, GCC/testsuite/ARM] Fix empty_fiq_handler target selector

2016-12-09 Thread Thomas Preudhomme
On 09/12/16 15:39, Kyrill Tkachov wrote: On 09/12/16 15:28, Thomas Preudhomme wrote: Hi, The current target selector for empty_fiq_handler.c testcase skips the test when targeting Thumb mode on a device with ARM execution state. Because it checks Thumb mode by looking for an -mthumb option it

Re: [PATCH, GCC/testsuite/ARM] Fix empty_fiq_handler target selector

2016-12-09 Thread Kyrill Tkachov
On 09/12/16 15:28, Thomas Preudhomme wrote: Hi, The current target selector for empty_fiq_handler.c testcase skips the test when targeting Thumb mode on a device with ARM execution state. Because it checks Thumb mode by looking for an -mthumb option it fails to work when GCC was configured wit

[PATCH, GCC/testsuite/ARM] Fix empty_fiq_handler target selector

2016-12-09 Thread Thomas Preudhomme
Hi, The current target selector for empty_fiq_handler.c testcase skips the test when targeting Thumb mode on a device with ARM execution state. Because it checks Thumb mode by looking for an -mthumb option it fails to work when GCC was configured with --with-mode=thumb. It is also too restrict