PR debug/65821 - wrong location for main().
commit226591999c0834933ee8ba63f94dc6b50f47a43e
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Apr 2018 14:24:00 +0000 (10 14:24 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Apr 2018 14:24:00 +0000 (10 14:24 +0000)
treea818b1dcf483ed1a8e9abfad5e1f2cf895f4d2a0
parent9124107446724fb0a5166f7bba9b2f59b9f3f7d7
PR debug/65821 - wrong location for main().

* call.c (clear_location_r): New.
(convert_default_arg): Use it.
* tree.c (bot_manip): Remove builtin_LINE/FILE handling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@259278 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/tree.c
gcc/testsuite/g++.dg/debug/dwarf2/default-arg1.C [new file with mode: 0644]