From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3865 invoked by alias); 30 Apr 2008 20:22:57 -0000 Received: (qmail 3759 invoked by uid 48); 30 Apr 2008 20:22:11 -0000 Date: Wed, 30 Apr 2008 20:22:00 -0000 Message-ID: <20080430202211.3758.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/33661] template methods forget explicit local reg vars In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "adam at os dot inf dot tu-dresden dot de" 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-04/txt/msg02170.txt.bz2 ------- Comment #8 from adam at os dot inf dot tu-dresden dot de 2008-04-30 20:22 ------- (In reply to comment #7) > This is not a regression, however it is a bug, it has to be fixed. Inline > assembly coupled with templates is very powerful, however because of this bug > it is unusable :-( I fully agree. I don't know how hard this one is to fix so at least a warning/error would be good to have. Silently ignoring the allocation just causes bugs nobody wants to have. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33661