asm1.C: Enable for e.g.

2003-11-03  Gernot Hillier  <gernot.hillier@siemens.com>

	* g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.

From-SVN: r73271
This commit is contained in:
Gernot Hillier 2003-11-05 18:30:50 +01:00 committed by Andreas Jaeger
parent aad626f71c
commit c6c01481b3
2 changed files with 24 additions and 20 deletions

View File

@ -1,3 +1,7 @@
2003-11-03 Gernot Hillier <gernot.hillier@siemens.com>
* g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
2003-11-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net> 2003-11-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/11616 PR c++/11616
@ -2580,7 +2584,7 @@
2003-06-03 Glen Nakamura <glen@imodulo.com> 2003-06-03 Glen Nakamura <glen@imodulo.com>
* gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1. * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
2003-06-03 J"orn Rennecke <joern.rennecke@superh.com> 2003-06-03 J"orn Rennecke <joern.rennecke@superh.com>
@ -5881,7 +5885,7 @@
2002-10-21 Mark Mitchell <mark@codesourcery.com> 2002-10-21 Mark Mitchell <mark@codesourcery.com>
* g++.dg/init/array6.C: Add additional tests. * g++.dg/init/array6.C: Add additional tests.
2002-10-21 Ulrich Weigand <uweigand@de.ibm.com> 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>

View File

@ -1,4 +1,4 @@
// { dg-do assemble { target i?86-*-linux* x86_64-*-linux } } // { dg-do assemble { target i?86-*-linux* x86_64-*-linux* } }
// Origin: "Weidmann, Nicholas" <nicholas.weidmann@swx.ch> // Origin: "Weidmann, Nicholas" <nicholas.weidmann@swx.ch>
template<int i> int foo(int v) template<int i> int foo(int v)