[PATCH] inline fail reporting: reporting inline fail caused by overwritable function

2013-04-04 Thread zhouzhouyi
From: Zhouyi Zhou Sender: Zhouyi Zhou To: Subject: [PATCH] inline fail reporting: reporting inline fail caused by overwritable function When inline failed because of callee is overwritable, gcc will not report it in dump file as other inline failing cases do. This patch correct this. Ch

[PATCH v2] inline fail reporting: reporting inline fail caused by overwritable function

2013-04-05 Thread zhouzhouyi
From: Zhouyi Zhou Sender: Zhouyi Zhou To: Subject: [PATCH v2] inline fail reporting: reporting inline fail caused by overwritable function When inline failed because of callee is overwritable, gcc will not report it in dump file as other inline failing cases do. This patch correct this.