http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54685
--- Comment #8 from Oleg Endo <olegendo at gcc dot gnu.org> 2013-02-15 21:33:45
UTC ---
(In reply to comment #6)
> (In reply to comment #5)
> > FAIL: gcc.target/sh/pr54685.c scan-assembler-not not
> >
> > I'm curious why this fails. On my sh-elf / newlib config it passes. Do you
> > have any idea?
>
> Oops. There is a line
>
> .section .note.GNU-stack,"",@progbits
>
> for the linux case. Perhaps
>
> /* { dg-final { scan-assembler-not "not\[ \t\]" } } */
>
> will work.
I suspected it to be something like that. Thanks for checking.