This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: Fixing gcc.c-torture/unsorted/dump-noaddr.c for 16-bit targets


On Mon, May 28, 2007 at 11:29:35AM +0200, Rask Ingemann Lambertsen wrote:
>    This test generates around 300 bogus failures on 16-bit targets. The
> attached patch, tested on m32-unknown-elf, i686-pc-linux-gnu and
> mipsisa64-unknown-elf, reduces the length of the string enought to make the
> tests pass on 16-bit targets, but I'd prefer a way which keeps the original
> string length on targets where it ought to work. Any ideas?

   We have effective_target_int32plus and effective_target_int16. I'll
submit a patch based on that.

-- 
Rask Ingemann Lambertsen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]