RE: [PATCH,testsuite] MIPS: Force O32 ABI for inline-memcpy-3.c.

2017-03-06 Thread Toma Tabacu
> From: Matthew Fortune > > Toma Tabacu writes: > > gcc/testsuite/ > > > > * gcc.target/mips/inline-memcpy-3.c (dg-options): Add -mabi=32. > > OK, thanks. Sorry for the slow reply. > > Matthew Committed as r245914. Thanks, Toma

RE: [PATCH,testsuite] MIPS: Force O32 ABI for inline-memcpy-3.c.

2017-03-06 Thread Matthew Fortune
Toma Tabacu writes: > gcc/testsuite/ > > * gcc.target/mips/inline-memcpy-3.c (dg-options): Add -mabi=32. OK, thanks. Sorry for the slow reply. Matthew

[PATCH,testsuite] MIPS: Force O32 ABI for inline-memcpy-3.c.

2017-03-01 Thread Toma Tabacu
Hi, inline-memcpy-3.c fails when using -mabi=n64 and -mabi=n32 as a test-run option because it does not impose a specific ABI in its test options. As there already are variants of this test which force a specific ABI (N64 in inline-memcpy-4.c and N32 in inline-memcpy-5.c), inline-memcpy-3.c shoul