re PR testsuite/30395 (FAIL: gcc.dg/pr16194.c (test for errors, line 59))

PR testsuite/30395
	* gcc.dg/pr16194.c: Provide define for REG on __hppa__.

From-SVN: r123040
This commit is contained in:
John David Anglin 2007-03-18 19:13:17 +00:00 committed by John David Anglin
parent bd045da1ef
commit 6bad4e437c
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR testsuite/30395
* gcc.dg/pr16194.c: Provide define for REG on __hppa__.
2007-03-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/31052

View File

@ -10,6 +10,8 @@
# define REG "$1"
#elif defined (__CRIS__) || defined (__sh__)
# define REG "r10"
#elif defined (__hppa__)
# define REG "%r10"
#elif defined (__i386__)
# define REG "%eax"
#elif defined (__MMIX__)