Hi,
I have added your report to the bug list 
[http://www.gnu.org/software/global/bugs.html].
Thank you for the report!

> Nested functions are not found:
> 
> int f1(){ ... }
> 
> int main(){
> 
>   int f2(){ ... }
> 
>   f1(); /* <-- definition will be found above */
> 
>   f2(); /* <-- definition will NOT be found */
> 
> }
> 
> Beeing a gnu global addict, this lack makes gcc's nested function
> feature practically unusable.
> 
> I am using gnu global 6.2.4/linux.
> 
>  Felix
> 
> 
> 
> _______________________________________________
> Bug-global mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/bug-global
> 
--
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

Reply via email to