This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix two guality testcases for ia64/s390/mmix
- From: Uros Bizjak <ubizjak at gmail dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Jakub Jelinek <jakub at redhat dot com>
- Date: Tue, 16 Nov 2010 23:54:07 +0100
- Subject: Re: [PATCH] Fix two guality testcases for ia64/s390/mmix
Hello!
> I've noticed today in gcc-testresults posts that asm-1.c and pr43329-1.c
> tests fail to assemble on ia64.
> That's because ia64 doesn't have a nop insn like most other targets do.
> nop 0 (and swym 0 for mmix) is the alternate nop insn used by configure.ac,
> this patch uses those in the guality tests.
The same problem is also present in gcc.dg/lto/20091216-1_0.c
Uros.