]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/17972 (const/pure functions result in bad asm)
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 15 Dec 2004 19:17:57 +0000 (19:17 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 15 Dec 2004 19:17:57 +0000 (19:17 +0000)
commitf67254bef2578549f383aabdc379c6d1731822e1
treeb8a7fae6f1285ca1c119abb935f481c60648199b
parente7a816b6b8a01cd41ce59d339336631c1dbc5a59
re PR c++/17972 (const/pure functions result in bad asm)

PR c++/17972
* tree-inline.c (expand_call_inline): Set TREE_SIDE_EFFECTS
on the STMT_EXPR wrapping up the inlined body.

From-SVN: r92213
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/tree-inline.c