Commit 51e73d57 by Ian Lance Taylor Committed by Ian Lance Taylor

* gcc.c-torture/compile/20031010-1.c: New test.

From-SVN: r72312
parent 7a06d606
2003-10-10 Ian Lance Taylor <ian@wasabisystems.com>
* gcc.c-torture/compile/20031010-1.c: New test.
2003-10-10 Geoffrey Keating <geoffk@apple.com>
* gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
......
/* This crashed the ARM backend with -mcpu=iwmmxt -O because an insn
required a split which was not available for the iwmmxt. */
inline int *f1(int* a, int* b) { if (*b < *a) return b; return a; }
int f2(char *d, char *e, int f) { int g = e - d; return *f1(&f, &g); }
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