pr80993.c: Add cleanup-saved-temps to final actions.
authorJozef Lawrynowicz <jozef.l@mittosystems.com>
Mon, 5 Aug 2019 14:02:35 +0000 (14:02 +0000)
committerJozef Lawrynowicz <jozefl@gcc.gnu.org>
Mon, 5 Aug 2019 14:02:35 +0000 (14:02 +0000)
2019-08-05  Jozef Lawrynowicz  <jozef.l@mittosystems.com>

* gcc.target/msp430/pr80993.c: Add cleanup-saved-temps to final
actions.

From-SVN: r274116

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/msp430/pr80993.c

index cff940e..ca99dc6 100644 (file)
@@ -1,3 +1,8 @@
+2019-08-05  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
+
+       * gcc.target/msp430/pr80993.c: Add cleanup-saved-temps to final
+       actions.
+
 2019-08-05  Martin Liska  <mliska@suse.cz>
 
        PR c++/91334
index 4da5cf9..6cea2b8 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do link } */
 /* { dg-options "--save-temps -msim -flto -Os" } */
 /* { dg-final { scan-file "pr80993.exe.ltrans0.s" no_ref_handler } } */
+/* { dg-final { cleanup-saved-temps } } */
 
 void __attribute__((interrupt)) no_ref_handler (void)
 {