bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nested functions not found


From: Shigio YAMAGUCHI
Subject: Re: Nested functions not found
Date: Sat, 14 Jul 2012 09:12:50 +0900

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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-global
> 
--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]