Commit 57cea2b3 by Nathan Sidwell Committed by Nathan Sidwell

pr81899.C: Fix c++03.

	* g++.dg/template/pr81899.C: Fix c++03.
	* g++.dg/debug/debug9.C: Add -fno-reorder-blocks-and-partition"

From-SVN: r251240
parent 7f204c0f
2017-08-21 Nathan Sidwell <nathan@acm.org>
* g++.dg/template/pr81899.C: Fix c++03.
* g++.dg/debug/debug9.C: Add -fno-reorder-blocks-and-partition"
2017-08-21 David Malcolm <dmalcolm@redhat.com>
* gcc.dg/format/diagnostic-ranges.c (test_mismatching_types):
......
/* { dg-do assemble } */
/* Partitioning causes hot/cold section emission and breaks stabs
debugging. */
/* { dg-additional-options "-fno-reorder-blocks-and-partition" } */
/* This testcase requires entries in the debug_range section in DWARF which
refer to a vague linkage function. */
......
......@@ -2,7 +2,7 @@
template <template <typename> class FunctorData>
struct functor {
friend FunctorData<int>;
friend class FunctorData<int>;
void foo();
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment