A function that (indirectly) calls itself is not const/pure.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Thu, 5 May 2011 14:32:41 +0000 (16:32 +0200)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Thu, 5 May 2011 14:56:30 +0000 (16:56 +0200)
commit1ff0ced64d65a6a30aaa98fa5a7f34545df8a967
tree27e6dd60a2891b8ec675eb67ee578cbfd9811528
parent8767a8c7b26d78ef4c03404e16258e12a91cc595
A function that (indirectly) calls itself is not const/pure.

This fixes opt/fehler186.c and ack/test2.c.
ir/opt/funccall.c