tree-inline.c (find_builtin_longjmp_call): Save and restore lineno and input_filename.
authorJason Merrill <jason@redhat.com>
Mon, 3 Mar 2003 21:28:23 +0000 (16:28 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 3 Mar 2003 21:28:23 +0000 (16:28 -0500)
commitd1a74aa7d3e30682a3e667a92671b668115e1426
tree741f86ca04374ed16b82d6c1d12f545600129dc5
parentd44cc4047b5ec4cb74a77f4bc46e6438d83f1ed5
tree-inline.c (find_builtin_longjmp_call): Save and restore lineno and input_filename.

        * tree-inline.c (find_builtin_longjmp_call): Save and restore
        lineno and input_filename.
        (find_alloca_call): Likewise.
        (inlinable_function_p): Run the langhook earlier.

        * calls.c (compute_argument_addresses): Give the new MEMs a
        minimum alignment of PARM_BOUNDARY.
cp/
        * decl.c (start_function): Clear DECL_NUM_STMTS.

        * class.c (get_vtable_decl): Use vtbl_type_node.
        (build_primary_vtable): Check for it.

From-SVN: r63733
gcc/ChangeLog
gcc/calls.c
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/decl.c
gcc/tree-inline.c