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


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