c-decl.c (finish_function): If USE_MAPPED_LOCATION set the location of the artificati...
authorPer Bothner <per@bothner.com>
Tue, 5 Apr 2005 17:45:32 +0000 (10:45 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 5 Apr 2005 17:45:32 +0000 (10:45 -0700)
commitb747e45d26869e4319e236f03143feecbd89b09e
treeec7814b11b96af884ce7c0f68b751a451bb0fa0f
parentf4f18103eef5b8f43652efda3aefc7568773052d
c-decl.c (finish_function): If USE_MAPPED_LOCATION set the location of the artification 'return 0' in...

* c-decl.c (finish_function): If USE_MAPPED_LOCATION set the location
of the artification 'return 0' in main() to BUILTINS_LOCATION.
* tree-cfg.c (remove_bb): Check that location isn't BUILTINS_LOCATION
before warning.

From-SVN: r97641
gcc/ChangeLog
gcc/c-decl.c
gcc/tree-cfg.c