PR debug/65821 - wrong location for main().
authorJason Merrill <jason@redhat.com>
Tue, 10 Apr 2018 14:24:00 +0000 (10:24 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 10 Apr 2018 14:24:00 +0000 (10:24 -0400)
commit6e2446b6df8e0838e824b14d81fc161bd87f2351
treea818b1dcf483ed1a8e9abfad5e1f2cf895f4d2a0
parent05c602a135224b1fbc573fc54e3c925196503187
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.

From-SVN: r259278
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]