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

bkausbk at web dot de gcc-bugzilla@gcc.gnu.org
Sun Dec 14 15:54:00 GMT 2003


------- 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



More information about the Gcc-bugs mailing list