This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: fix demangler test suite


I am checking this in as obvious.

Currently, "make check" fails in libiberty, because demangle-expected is
missing a line.  I think Jason's previous patch omitted a --format=gnu-v3.

Tested with "make check" on my x86 F11 box.

Tom

2010-02-04  Tom Tromey  <tromey@redhat.com>

	* testsuite/demangle-expected: Add missing --format=gnu-v3.

Index: testsuite/demangle-expected
===================================================================
--- testsuite/demangle-expected	(revision 156497)
+++ testsuite/demangle-expected	(working copy)
@@ -3932,6 +3932,7 @@
 --format=gnu-v3
 _Z1fIfLi4EEvDv_T0__T_
 void f<float, 4>(float vector[4])
+--format=gnu-v3
 _Z1fI1AEDTclonplfp_fp_EET_
 decltype ((operator+)({parm#1}, {parm#1})) f<A>(A)
 --format=gnu-v3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]