From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4522 invoked by alias); 2 May 2010 10:50:23 -0000 Received: (qmail 4458 invoked by uid 48); 2 May 2010 10:50:06 -0000 Date: Sun, 02 May 2010 10:50:00 -0000 Message-ID: <20100502105006.4457.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/43901] [4.6 Regression] FAIL: gcc.c-torture/compile/pr42196-2.c In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ubizjak 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: 2010-05/txt/msg00090.txt.bz2 ------- Comment #7 from ubizjak at gmail dot com 2010-05-02 10:50 ------- Following assert in tree-vects-stmts.c is triggered: /* If op0 is an external or constant def use a vector type with the same size as the output vector type. */ if (!vectype) vectype = get_same_sized_vectype (TREE_TYPE (op0), vectype_out); gcc_assert (vectype); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43901