mirror of git://gcc.gnu.org/git/gcc.git
Remove unintended dg-options directive
* testsuite/tr1/3_function_objects/function/10.cc: Remove unintended dg-options directive. From-SVN: r239564
This commit is contained in:
parent
65d21eaf70
commit
6cb9849199
|
|
@ -1,3 +1,8 @@
|
||||||
|
2016-08-18 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
|
* testsuite/tr1/3_function_objects/function/10.cc: Remove unintended
|
||||||
|
dg-options directive.
|
||||||
|
|
||||||
2016-08-17 Jonathan Wakely <jwakely@redhat.com>
|
2016-08-17 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
* testsuite/20_util/reference_wrapper/invoke-2.cc: Fix invalid dg-do
|
* testsuite/20_util/reference_wrapper/invoke-2.cc: Fix invalid dg-do
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@
|
||||||
// with this library; see the file COPYING3. If not see
|
// with this library; see the file COPYING3. If not see
|
||||||
// <http://www.gnu.org/licenses/>.
|
// <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
// { dg-options "-std=gnu++11" }
|
|
||||||
// { dg-do compile }
|
// { dg-do compile }
|
||||||
|
|
||||||
#include <tr1/functional>
|
#include <tr1/functional>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue