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
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.