This is the mail archive of the gcc-bugs@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]

Re: Failure of test gcc.dg/asm-fs-1.c on cygwin


On May 31, 2001, "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com> wrote:

> Test gcc.dg/asm-fs-1.c on fails on cygwin:
>     FAIL: gcc.dg/asm-fs-1.c scan-assembler-not \*_bar


> The assembler output is below.  I don't understand the purpose of the test,
> so I can't determine if the result is bogus.

It tests that the `*' doesn't make it to the output assembly.  Since
it does, the test fails, indicating a bug in the Cygwin output
macros.

> .section	.text$*_bar,"x"
                      ^
> .section	.data$*_baz,"w"
                      ^

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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