diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2010-11-28 10:22:55 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2010-11-28 10:22:55 +0000 |
commit | 18af637ed97554b264b1b56fb55c1767938c92cf (patch) | |
tree | 6f4747af3e0ee406272a736df16500722f6c129d /libstdc++-v3 | |
parent | 323cea66a619c8621b35ac27defbd1941f89f213 (diff) | |
download | gcc-18af637ed97554b264b1b56fb55c1767938c92cf.tar.gz |
re PR libstdc++/46683 (FAIL: ext/profile/all.cc)
2010-11-28 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/46683
* testsuite/ext/profile/mh.cc: Move dg-require* directives to the end.
* testsuite/ext/profile/all.cc: Likewise.
From-SVN: r167219
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/testsuite/ext/profile/all.cc | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/ext/profile/mh.cc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/testsuite/ext/profile/all.cc b/libstdc++-v3/testsuite/ext/profile/all.cc index 152901e01bb..037eee49750 100644 --- a/libstdc++-v3/testsuite/ext/profile/all.cc +++ b/libstdc++-v3/testsuite/ext/profile/all.cc @@ -1,11 +1,11 @@ -// { dg-require-profile-mode "" } // { dg-options "-std=gnu++0x -O0" } // { dg-options "-std=gnu++0x -O0 -D_GLIBCXX_PROFILE_NO_THREADS" { target { ! tls_native } } } // { dg-do compile } +// { dg-require-profile-mode "" } // -*- C++ -*- -// Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. +// Copyright (C) 2006, 2007, 2009, 2010 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the diff --git a/libstdc++-v3/testsuite/ext/profile/mh.cc b/libstdc++-v3/testsuite/ext/profile/mh.cc index 0de83edea85..dc2e941986c 100644 --- a/libstdc++-v3/testsuite/ext/profile/mh.cc +++ b/libstdc++-v3/testsuite/ext/profile/mh.cc @@ -1,10 +1,10 @@ -// { dg-require-profile-mode "" } // { dg-do compile { target *-*-linux* } } // { dg-xfail-if "" { uclibc } { "*" } { "" } } +// { dg-require-profile-mode "" } // -*- C++ -*- -// Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. +// Copyright (C) 2006, 2007, 2009, 2010 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the |