PR debug/65821 - wrong location for main().
commitf81e481dc81e1e60c05b950093b13e40da988f75
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Apr 2018 17:19:09 +0000 (10 17:19 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Apr 2018 17:19:09 +0000 (10 17:19 +0000)
tree0b6d25c43e8743bca9b6ffbc54e5e42515bba619
parent891d9f9bb49c1059f7779bc380d8ab05b5deb928
PR debug/65821 - wrong location for main().

* call.c (clear_location_r, convert_default_arg): Revert.
* tree.c (break_out_target_exprs): Add clear_location parm.
(struct bot_data): New.
(bot_manip): Clear location if requested.
* init.c (get_nsdmi): Pass clear_location.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@259291 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/init.c
gcc/cp/tree.c