]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/init.cc
PR debug/65821 - wrong location for main().
authorJason Merrill <jason@redhat.com>
Tue, 10 Apr 2018 17:19:09 +0000 (13:19 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 10 Apr 2018 17:19:09 +0000 (13:19 -0400)
commit45d144619c4c660a182a4d1e426648bb13f77b90
tree0b6d25c43e8743bca9b6ffbc54e5e42515bba619
parentf6d17c4d02a8fa3c99bae23c0f2ae213e8bd42be
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.

From-SVN: r259291
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/init.c
gcc/cp/tree.c