From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8363 invoked by alias); 11 Dec 2009 17:07:37 -0000 Received: (qmail 8303 invoked by uid 48); 11 Dec 2009 17:07:22 -0000 Date: Fri, 11 Dec 2009 17:07:00 -0000 Message-ID: <20091211170722.8302.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/42225] [4.5 Regression] GCC 4.5 ICE (segfault) on C++ templated code In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jacob dot benoit dot 1 at gmail 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-12/txt/msg01167.txt.bz2 ------- Comment #8 from jacob dot benoit dot 1 at gmail dot com 2009-12-11 17:07 ------- (In reply to comment #7) > Fixed in trunk (4.5) > Thanks for fixing this bug! Maybe I'm just ignorant, but I can't get the fix to work for me. I have SVN r155167. I am still getting a ICE, albeit at a slightly different line number now: ##### 12:01:44 ~/build/eigen$ make product_small_1 Building CXX object test/CMakeFiles/product_small_1.dir/product_small.cpp.o In file included from /home/bjacob/eigen/test/product_small.cpp:26:0: /home/bjacob/eigen/test/product.h: In function ‘void product(const MatrixType&) [with MatrixType = Eigen::Matrix]’: /home/bjacob/eigen/test/product_small.cpp:31:5: instantiated from here /home/bjacob/eigen/test/product.h:45:60: internal compiler error: tree check: accessed elt 2 of tree_vec with 1 elts in tsubst, at cp/pt.c:9822 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42225