re PR target/18348 (mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-H.c)

PR target/18348
	* gcc.dg/uninit-H.c (ASM): For unknown targets, define to "= 0".

From-SVN: r91431
This commit is contained in:
Hans-Peter Nilsson 2004-11-28 22:57:38 +00:00 committed by Hans-Peter Nilsson
parent c8387a9379
commit 20db5bc845
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2004-11-28 Hans-Peter Nilsson <hp@bitrange.com>
PR target/18348
* gcc.dg/uninit-H.c (ASM): For unknown targets, define to "= 0".
PR target/18345
* gcc.dg/intmax_t-1.c: Add mmix-*-* to dg-error.

View File

@ -21,7 +21,9 @@
#elif defined __xtensa__
# define ASM __asm__("sp")
#else
# define ASM
/* The register name should be target-dependent so for other targets,
we just silence the test. */
# define ASM = 0
#endif
void *load_PCB (void)