X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fcp%2Frtti.c;h=0ad29d553c7f4ef5610733e5c185316d5ed7482e;hb=c771ec7a29587eaca10ccad8dcf28a405938479f;hp=1154f41a3723ac205b6a9ae16dd875b3f985bcc5;hpb=e3981597c1f7f9e3e0ed974c3bf08b661cdc0e56;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index 1154f41a372..0ad29d553c7 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -1274,7 +1274,7 @@ synthesize_tinfo_fn (fndecl) finish_return_stmt (tmp); /* Finish the function body. */ finish_compound_stmt (/*has_no_scope=*/0, compound_stmt); - expand_body (finish_function (lineno, 0)); + expand_body (finish_function (0)); } /* Return the runtime bit mask encoding the qualifiers of TYPE. */