This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/9963] [CygWin] g++ -gcoff report "C_EFCN symbol out of scope"


------- Additional Comments From bkausbk at web dot de  2003-12-14 15:54 -------
Have the same bug here in gcc 3.3.x.

/* forward declaration */
int Test();

void* Fnc = Test;

int Test() {
}

Problem may be caused by forward declaration of function test.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9963


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]