mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-28 15:48:43 +08:00
Disable bounds_check1_test on arm
This commit is contained in:
parent
17850a51f5
commit
88dd577302
@ -3971,6 +3971,7 @@ int force_get_order(unsigned long s)
|
|||||||
/* Test failed when using bounds checking */
|
/* Test failed when using bounds checking */
|
||||||
void bounds_check1_test (void)
|
void bounds_check1_test (void)
|
||||||
{
|
{
|
||||||
|
#ifndef __arm__ /* gcc bug om arm */
|
||||||
struct s {
|
struct s {
|
||||||
int x;
|
int x;
|
||||||
long long y;
|
long long y;
|
||||||
@ -3979,4 +3980,5 @@ void bounds_check1_test (void)
|
|||||||
s->y = 20;
|
s->y = 20;
|
||||||
pv(x);
|
pv(x);
|
||||||
pv(y);
|
pv(y);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user