From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8925 invoked by alias); 28 May 2006 20:48:21 -0000 Received: (qmail 8518 invoked by uid 48); 28 May 2006 20:47:33 -0000 Date: Sun, 28 May 2006 20:48:00 -0000 Message-ID: <20060528204733.8517.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/27768] [4.2 regression] wrong-code with vectors In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-05/txt/msg02877.txt.bz2 List-Id: ------- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-28 20:47 ------- Something is removing the store to _M_start. this_252 = (struct _Vector_base > *) &b; this_253 = this_252; # VUSE ; D.13530_256 = this_252->_M_impl._M_start; I think the cast there is causing the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27768