mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 12:23:59 +08:00
* gcc.c-torture/compile/20031010-1.c: New test.
From-SVN: r72312
This commit is contained in:
parent
7a06d606a6
commit
51e73d5737
@ -1,3 +1,7 @@
|
||||
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...
|
||||
|
4
gcc/testsuite/gcc.c-torture/compile/20031010-1.c
Normal file
4
gcc/testsuite/gcc.c-torture/compile/20031010-1.c
Normal file
@ -0,0 +1,4 @@
|
||||
/* 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); }
|
Loading…
Reference in New Issue
Block a user