Bug #19177 2013-11-04 14:06
erezzi
2 functions in diffrent c files that have the same name
Create a project with multiple c files (e.g. 4), each with a main() & foo1() functions. If I go to one of these files (e.g. b.c), select management->symbols, set view = current file's symbols, select "Global functions" and then click "foo1", it will go to foo1() in another file (sometimes it's a.c::foo1 or d.c::foo1).
- Category
- Application::Editor
- Group
- Platform:Linux
- Status
- Open
- Close date
- Assigned to
History
erezzi 2013-11-04 14:16
A sample project may be found here:
http://forums.codeblocks.org/index.php?action=dlattach;topic=18514.0;attach=6848
ollydbg 2013-11-08 03:04
I mention a patch in this post to fix this bug: http://forums.codeblocks.org/index.php/topic,18514.msg126794.html#msg126794