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: testsuite cleanups


Hi Nathan,

Your patch may have caused

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36292

Can you look into it?

Thanks.


H.J.
On Tue, May 20, 2008 at 4:57 AM, Nathan Sidwell <nathan@codesourcery.com> wrote:
> this patch fixes a set of testsuite issues.
>
> * builtins/memops-asm.c wasn't setting inside_main appropriately, as the
> other memory-related checks do.
>
> * static11.C should be using the 'unwrapped' target attribute
>
> * some pch tests fail because we routinely remove the .s file it needs for
> comparison purposes.
>
> * some pch tests explicitly test for errors, which then causes an assembly
> file test to be marked as 'untested'.  That's not right, because we expect
> errors, there should be no assembly check.
>
> tested for m68k-none-elf. ok?
>
> nathan
> --
> Nathan Sidwell    ::   http://www.codesourcery.com   ::         CodeSourcery
>
>


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