From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22642 invoked by alias); 15 Sep 2008 14:38:18 -0000 Received: (qmail 22264 invoked by uid 48); 15 Sep 2008 14:36:54 -0000 Date: Mon, 15 Sep 2008 14:38:00 -0000 Message-ID: <20080915143654.22263.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/36631] [4.3/4.4 Regression] attribute always_inline -> sorry, unimplemented: recursive inlining In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-09/txt/msg01779.txt.bz2 ------- Comment #6 from rguenth at gcc dot gnu dot org 2008-09-15 14:36 ------- Ok, during gimplification of B::g its function declaration _does_ have proper reference-typed arguments. So only during gimplification of trigger () the function-declaration used for the call to B::g is still "wrong" - it gets "fixed" later. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36631