From: Jozef Lawrynowicz Date: Mon, 5 Aug 2019 14:02:35 +0000 (+0000) Subject: pr80993.c: Add cleanup-saved-temps to final actions. X-Git-Tag: upstream/12.2.0~22777 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09eff11aa4a1df86a5f6c5ac8e035e8de0039dba;p=platform%2Fupstream%2Fgcc.git pr80993.c: Add cleanup-saved-temps to final actions. 2019-08-05 Jozef Lawrynowicz * gcc.target/msp430/pr80993.c: Add cleanup-saved-temps to final actions. From-SVN: r274116 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index cff940e..ca99dc6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-08-05 Jozef Lawrynowicz + + * gcc.target/msp430/pr80993.c: Add cleanup-saved-temps to final + actions. + 2019-08-05 Martin Liska PR c++/91334 diff --git a/gcc/testsuite/gcc.target/msp430/pr80993.c b/gcc/testsuite/gcc.target/msp430/pr80993.c index 4da5cf9..6cea2b8 100644 --- a/gcc/testsuite/gcc.target/msp430/pr80993.c +++ b/gcc/testsuite/gcc.target/msp430/pr80993.c @@ -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) {