mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 09:49:11 +08:00
tree-inline.c (expand_call_inline): Don' mess with _DECL fields.
* tree-inline.c (expand_call_inline): Don' mess with _DECL fields. From-SVN: r54585
This commit is contained in:
parent
c92bcccb95
commit
0d0f605c72
@ -1,3 +1,8 @@
|
||||
2002-06-13 Gabriel Dos Reis <gdr@codesourcery.com>
|
||||
|
||||
* tree-inline.c (expand_call_inline): Don' mess with _DECL
|
||||
fields.
|
||||
|
||||
2002-06-13 Gabriel Dos Reis <gdr@codesourcery.com>
|
||||
|
||||
* diagnostic.c (output_format): Recognize "%H" as a format
|
||||
|
@ -867,7 +867,7 @@ expand_call_inline (tp, walk_subtrees, data)
|
||||
line numbers corresponding to the function we are calling. We
|
||||
wrap the whole inlined body in an EXPR_WITH_FILE_AND_LINE as well
|
||||
because individual statements don't record the filename. */
|
||||
push_srcloc (fn->decl.filename, fn->decl.linenum);
|
||||
push_srcloc (DECL_SOURCE_FILE (fn), DECL_SOURCE_LINE (fn));
|
||||
|
||||
/* Build a statement-expression containing code to initialize the
|
||||
arguments, the actual inline expansion of the body, and a label
|
||||
|
Loading…
Reference in New Issue
Block a user