profile-generate-3.c: Call dg-require-profiling with empty argument.
* gcc.dg/profile-generate-3.c: Call dg-require-profiling with empty argument. * g++.dg/other/profile1.C: Ditto. From-SVN: r163191
This commit is contained in:
parent
2d698d3bb7
commit
07fd92beab
|
@ -1,3 +1,9 @@
|
||||||
|
2010-08-12 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
|
* gcc.dg/profile-generate-3.c: Call dg-require-profiling with
|
||||||
|
empty argument.
|
||||||
|
* g++.dg/other/profile1.C: Ditto.
|
||||||
|
|
||||||
2010-08-12 Richard Guenther <rguenther@suse.de>
|
2010-08-12 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
PR tree-optimization/45232
|
PR tree-optimization/45232
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// PR 11767
|
// PR 11767
|
||||||
// { dg-do run }
|
// { dg-do run }
|
||||||
// { dg-require-profiling "-fprofile-arcs" }
|
// { dg-require-profiling "" }
|
||||||
// { dg-options "-fnon-call-exceptions -fprofile-arcs" }
|
// { dg-options "-fnon-call-exceptions -fprofile-arcs" }
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* { dg-do link } */
|
/* { dg-do link } */
|
||||||
/* { dg-require-profiling "-fprofile-generate=." } */
|
/* { dg-require-profiling "" } */
|
||||||
/* { dg-options "-fprofile-generate=." } */
|
/* { dg-options "-fprofile-generate=." } */
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue