optimize.c (expand_call_inline): Wrap the expanded call in an EXPR_WITH_FILE_LOCATION...
authorMark Mitchell <mark@codesourcery.com>
Sun, 5 Dec 1999 02:46:48 +0000 (02:46 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 5 Dec 1999 02:46:48 +0000 (02:46 +0000)
commit5679f678630cb03ba76592a426981297c0203d47
treefea188fd25e14b1d9ef2e7f791838ee0f4e0d5c7
parent86fff623afa161dc0997319a2112ac51f62ef0ed
optimize.c (expand_call_inline): Wrap the expanded call in an EXPR_WITH_FILE_LOCATION node to get correct line...

* optimize.c (expand_call_inline): Wrap the expanded call in an
EXPR_WITH_FILE_LOCATION node to get correct line numbers for
inlined functions.

From-SVN: r30784
gcc/cp/ChangeLog
gcc/cp/optimize.c