[BUG] GLOBAL 6.5.7 ignores a symbol after _asm__("");

"Yusheng Chen 陳昱升"<[email protected]>
Newsgroups gmane.comp.gnu.global.bugs
Message-ID <OFD91739BD.BD733DBC-ON482581DA.0025AECD-482581DA.0025BA2E@sunplus.com>
Hi,

GLOBAL 6.5.7 ignores a symbol after _asm__("");

For instance, gtags ignores "copy_thread" in this C file :

// hello.c
void ret_from_fork(void) __asm__("ret_from_fork");

int copy_thread(void)
{
}

> gtags && global copy_thread
(no result)

Removing the "__asm__("ret_from_fork")" can make gtags behave normally.
> gtags && global copy_thread
hello.c

_______________________________________________
Bug-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.