Commit 20db5bc8 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

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
parent c8387a93
2004-11-28 Hans-Peter Nilsson <hp@bitrange.com> 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 PR target/18345
* gcc.dg/intmax_t-1.c: Add mmix-*-* to dg-error. * gcc.dg/intmax_t-1.c: Add mmix-*-* to dg-error.
......
...@@ -21,7 +21,9 @@ ...@@ -21,7 +21,9 @@
#elif defined __xtensa__ #elif defined __xtensa__
# define ASM __asm__("sp") # define ASM __asm__("sp")
#else #else
# define ASM /* The register name should be target-dependent so for other targets,
we just silence the test. */
# define ASM = 0
#endif #endif
void *load_PCB (void) void *load_PCB (void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment