This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Make g++.dg/other/profile1.C use dg-require-profiling


This is another bordering-on-obvious testsuite cleanup that's been in our local tree for quite a while. OK to commit?

-Sandra

2008-05-21  Sandra Loosemore  <sandra@codesourcery.com>
	    Daniel Jacobowitz  <dan@codesourcery.com>

	gcc/testsuite/
	* g++.dg/other/profile1.C: Use dg-require-profiling.
Index: gcc/testsuite/g++.dg/other/profile1.C
===================================================================
*** gcc/testsuite/g++.dg/other/profile1.C	(revision 208642)
--- gcc/testsuite/g++.dg/other/profile1.C	(working copy)
***************
*** 1,5 ****
--- 1,6 ----
  // PR 11767
  // { dg-do run }
+ // { dg-require-profiling "-fprofile-arcs" }
  // { dg-options "-fnon-call-exceptions -fprofile-arcs" }
  
  #include <string>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]