This hack to attach a line 0 source_location to the
authorgchare <gchare@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Aug 2011 21:28:11 +0000 (21:28 +0000)
committergchare <gchare@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Aug 2011 21:28:11 +0000 (21:28 +0000)
commit3728f8c19bbc9beb08ecb40e940a3d1a34f5bfa7
treef664e2ae1f8f628fb85690ed1dd5b513ef258fac
parent4dbe7ac14729aed9146acb5b901f40468b40a684
This hack to attach a line 0 source_location to the
return statement of main, after parsing is over, was
creating a bug in the line_table, creating an extra
entry, which was creating problems now that we are
trying to serialize the line_table in pph.

* decl.c (finish_function): Remove unecessary line 0 hack.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177485 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c