[Bug c++/15369] "Wrong" line number for static constructor function

2017-08-17 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15369 Eric Gallager changed: What|Removed |Added CC||seongbae.park at gmail dot com --- Comme

[Bug c++/15369] "Wrong" line number for static constructor function

2017-08-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15369 Eric Gallager changed: What|Removed |Added CC||seongbae.park at gmail dot com --- Comme

[Bug c++/15369] "Wrong" line number for static constructor function

2016-02-26 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15369 Martin Sebor changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/15369] "Wrong" line number for static constructor function

2012-01-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15369 Paolo Carlini changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org |jakub at gcc dot gnu.org --- Comment #8 f

[Bug c++/15369] "Wrong" line number for static constructor function

2005-10-26 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-27 01:10 --- *** Bug 24550 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/15369] "Wrong" line number for static constructor function

2005-01-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Last reconfirmed|2004-10-15 07:39:18 |2005-01-14 03:00:09 date|| Target Milestone|4.0.0

[Bug c++/15369] "Wrong" line number for static constructor function

2004-10-15 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-10-15 07:39 --- The bug here happens because once we start processing functions, input_location changes effectively at random. E.g. walk_tree sets input_location based on the tree node that we're currently processing. Which is