This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/9963] [CygWin] g++ -gcoff report "C_EFCN symbol out of scope"
- From: "bkausbk at web dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Dec 2003 14:07:39 -0000
- Subject: [Bug debug/9963] [CygWin] g++ -gcoff report "C_EFCN symbol out of scope"
- References: <20030305083601.9963.smartnoho@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bkausbk at web dot de 2003-12-15 14:07 -------
The problem is, that gcc produces 2 .def .endef blocks for the same function.
(Is this allowed? At least ld don't want this!)
Function i386_pe_file_end() in /gcc/config/i386/winnt.c shouldn't call
i386_pe_declare_function_type() if -gcoff (SDB_DEBUG) is set.
Commenting it out would solve this problem for the moment.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |bkausbk at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9963