2019-01-18 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/arm/pr77904.c: Add dg-warning for sp clobber.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268066
138bc75d-0d04-0410-961f-
82ee72b054a4
+2019-01-18 Christophe Lyon <christophe.lyon@linaro.org>
+
+ * gcc.target/arm/pr77904.c: Add dg-warning for sp clobber.
+
2019-01-18 Jakub Jelinek <jakub@redhat.com>
Reapply:
__attribute__ ((noinline, noclone)) void
clobber_sp (void)
{
- __asm volatile ("" : : : "sp");
+ __asm volatile ("" : : : "sp"); /* { dg-warning "listing the stack pointer register 'sp' in a clobber list is deprecated" } */
+
}
int