Add missing cleanup in gcc.target/i386/mcount_pic.c
authorTom de Vries <tom@codesourcery.com>
Thu, 26 Feb 2015 14:25:30 +0000 (14:25 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Thu, 26 Feb 2015 14:25:30 +0000 (14:25 +0000)
2015-02-26  Tom de Vries  <tom@codesourcery.com>

* gcc.target/i386/mcount_pic.c: Add missing cleanup-profile-file.

From-SVN: r221012

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/mcount_pic.c

index b3115b6ba4039040e29be7310d13a2dbfcdca817..f4ae807471cad613885f9844bb760163956fbf39 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-26  Tom de Vries  <tom@codesourcery.com>
+
+       * gcc.target/i386/mcount_pic.c: Add missing cleanup-profile-file.
+
 2015-02-26  Tom de Vries  <tom@codesourcery.com>
 
        * gcc.dg/aru-2.c: Add missing cleanup-profile-file.
index 806b7d52b153ae31ff780938425b06fc634db98a..1e599953bafbb1e62c61736fc0d212ffbf93dce8 100644 (file)
@@ -13,3 +13,4 @@ int main ()
 /* { dg-final { scan-assembler "mcount" } } */
 /* { dg-final { scan-assembler "get_pc_thunk" { xfail { *-*-solaris* && { ! gld } } } } } */
 /* { dg-final { cleanup-saved-temps } } */
+/* { dg-final { cleanup-profile-file } } */