profile-dir-1.c, [...]: Disable for remote-host testing.
* gcc.dg/profile-dir-1.c, gcc.dg/profile-dir-2.c, gcc.dg/profile-dir-3.c: Disable for remote-host testing. From-SVN: r151537
This commit is contained in:
parent
f8c6dba24e
commit
edf736cb4d
@ -1,3 +1,8 @@
|
||||
2009-09-08 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* gcc.dg/profile-dir-1.c, gcc.dg/profile-dir-2.c,
|
||||
gcc.dg/profile-dir-3.c: Disable for remote-host testing.
|
||||
|
||||
2009-09-08 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR c++/39923
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O -fprofile-generate=. -fdump-tree-tree_profile" } */
|
||||
/* { dg-require-host-local "" } */
|
||||
/* { dg-final { scan-tree-dump " ./profile-dir-1.gcda" "tree_profile" } } */
|
||||
|
||||
int
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O -fprofile-generate -fdump-tree-tree_profile" } */
|
||||
/* { dg-require-host-local "" } */
|
||||
/* { dg-final { scan-tree-dump "/profile-dir-2.gcda" "tree_profile" } } */
|
||||
|
||||
int
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O -fprofile-generate -fprofile-dir=. -fdump-tree-tree_profile" } */
|
||||
/* { dg-require-host-local "" } */
|
||||
/* { dg-final { scan-tree-dump " ./profile-dir-3.gcda" "tree_profile" } } */
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user