This is the mail archive of the gcc-cvs@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]

r175574 - in /branches/pph/gcc/testsuite: Chang...


Author: crowl
Date: Tue Jun 28 01:51:49 2011
New Revision: 175574

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175574
Log:
Add missing mappings in pph.map.  These new mappings result in changes
to assembly difference expectations.

Remove namespace issues from x1template test.  Copy that test to a new
test x1namespace.

Add a new test x1dynarray, which is executable, when existing failures
get fixed.


Index: gcc/testsuite/ChangeLog.pph

2011-06-27  Lawrence Crowl  <crowl@google.com>

	* g++.dg/pph/pph.map: Add missing PPH mappings.
	* g++.dg/pph/c1funcstatic.cc: Add expected asm diff.
	* g++.dg/pph/c1eabi1.cc: Add xfail-if; remove expected asm diff.
	* g++.dg/pph/c2builtin2.cc: Add expected asm diff.
	* g++.dg/pph/x1funcstatic.cc: Add expected asm diff.
	* g++.dg/pph/x1template.h: Remove use of namespace.
	* g++.dg/pph/x1template.cc: Remove use of namespace; now passing.
	* g++.dg/pph/x1namespace.h: New, copy of old x1template.h.
	* g++.dg/pph/x1namespace.cc: New, copy of old x1template.cc.
	* g++.dg/pph/x1dynarray1.h: New executable program, but it fails.
	* g++.dg/pph/x1dynarray1.cc: New executable program, but it fails.



Added:
    branches/pph/gcc/testsuite/g++.dg/pph/x1dynarray1.cc
    branches/pph/gcc/testsuite/g++.dg/pph/x1dynarray1.h
    branches/pph/gcc/testsuite/g++.dg/pph/x1namespace.cc
    branches/pph/gcc/testsuite/g++.dg/pph/x1namespace.h
Modified:
    branches/pph/gcc/testsuite/ChangeLog.pph
    branches/pph/gcc/testsuite/g++.dg/pph/c1eabi1.cc
    branches/pph/gcc/testsuite/g++.dg/pph/c1funcstatic.cc
    branches/pph/gcc/testsuite/g++.dg/pph/c2builtin2.cc
    branches/pph/gcc/testsuite/g++.dg/pph/pph.map
    branches/pph/gcc/testsuite/g++.dg/pph/x1funcstatic.cc
    branches/pph/gcc/testsuite/g++.dg/pph/x1template.cc
    branches/pph/gcc/testsuite/g++.dg/pph/x1template.h


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