bug-global
[Top][All Lists]
Advanced

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

Nested functions not found


From: address@hidden
Subject: Nested functions not found
Date: Wed, 11 Jul 2012 11:30:13 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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





reply via email to

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