Commit 531f265a by Tom de Vries Committed by Tom de Vries

Add missing cleanup in gcc.target/i386/mcount_pic.c

2015-02-26  Tom de Vries  <tom@codesourcery.com>

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

From-SVN: r221012
parent bae08dc4
2015-02-26 Tom de Vries <tom@codesourcery.com> 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. * gcc.dg/aru-2.c: Add missing cleanup-profile-file.
2015-02-26 H.J. Lu <hongjiu.lu@intel.com> 2015-02-26 H.J. Lu <hongjiu.lu@intel.com>
......
...@@ -13,3 +13,4 @@ int main () ...@@ -13,3 +13,4 @@ int main ()
/* { dg-final { scan-assembler "mcount" } } */ /* { dg-final { scan-assembler "mcount" } } */
/* { dg-final { scan-assembler "get_pc_thunk" { xfail { *-*-solaris* && { ! gld } } } } } */ /* { dg-final { scan-assembler "get_pc_thunk" { xfail { *-*-solaris* && { ! gld } } } } } */
/* { dg-final { cleanup-saved-temps } } */ /* { dg-final { cleanup-saved-temps } } */
/* { dg-final { cleanup-profile-file } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment