From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10840 invoked by alias); 16 Aug 2010 06:11:48 -0000 Received: (qmail 9463 invoked by uid 48); 16 Aug 2010 06:11:24 -0000 Date: Mon, 16 Aug 2010 06:11:00 -0000 Message-ID: <20100816061124.9462.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/45293] ICE in iterative_hash_template_arg, at cp/pt.c:1589 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fang at csl dot cornell dot edu" 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: 2010-08/txt/msg01262.txt.bz2 ------- Comment #2 from fang at csl dot cornell dot edu 2010-08-16 06:11 ------- still reducing... command to reproduce (passed to multidelta): #!/bin/sh g++-fsf-4.5 -pipe -ansi -pedantic-errors -Wold-style-cast -Woverloaded-virtual -W -Wextra -Wall -Wundef -Wshadow -Wno-unused-parameter -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion -Werror -std=c++0x -Wno-error=conversion -g -O3 -Wno-long-long -o footprint.o -c footprint.ii > footprint.err 2>&1 grep -q "internal compiler error: in iterative_hash_template_arg, at cp/pt.c:1589" footprint.err -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45293