Hello, I have added your report to the 'Known bugs' list. <http://www.gnu.org/software/global/bugs.html> Thank you!
Shigio On Sun, 24 Feb 2013 17:02:59 +0800 (CST) fanhe <[email protected]> wrote: > > void func(int n) > { > } > > void (*hook)(int n); > > int main(int argc, char **argv) > { > if (hook) > hook(10); > func(10); > return 0; > } > > Source code is above. > And gtags-cscope can not find where is calling function "hook". > For this case, cscope is ok. > > > What is your environment (OS)? --- ubuntu 10.04 > > Which version of GLOBAL are you using? --- global 6.2.7 > > What did you do? (command line) --- gtags && gtags-cscope > > What did you expect from it? --- Find locations calling this function: hook > > What was occurred? (as is) --- can find > -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 _______________________________________________ Bug-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-global
