Commit 5923a165 by Anthony Green Committed by Anthony Green

Fix asm-3.c test for moxie.

From-SVN: r156032
parent 4d6d1838
2010-01-18 Anthony Green <green@moxielogic.com>
* gcc.dg/tree-ssa/asm-3.c (REGISTER): Pick an appropriate register
for moxie.
2010-01-19 Dodji Seketeli <dodji@redhat.com>
* g++.dg/template/error45.C: reverted as part of reverting the
......
......@@ -5,8 +5,12 @@
#ifdef __hppa__
#define REGISTER "1"
#else
#ifdef __moxie__
#define REGISTER "8"
#else
#define REGISTER "0"
#endif
#endif
static inline int source(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