From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18144 invoked by alias); 17 Apr 2009 15:39:12 -0000 Received: (qmail 18091 invoked by uid 48); 17 Apr 2009 15:38:54 -0000 Date: Fri, 17 Apr 2009 15:39:00 -0000 Message-ID: <20090417153854.18090.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/39797] Segmentation fault g++ In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "stephanemarcotte at 3d-p dot com" 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: 2009-04/txt/msg01486.txt.bz2 ------- Comment #3 from stephanemarcotte at 3d-p dot com 2009-04-17 15:38 ------- Isolate to the method: Matrix::Matrix & operator*=( double f ) ... The template takes 2 args, but the above makes g++ crash. If I take out one parameter (e.g., Matrix), then I get a compiler error as expected. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39797