From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24490 invoked by alias); 13 Sep 2006 18:34:44 -0000 Received: (qmail 24455 invoked by uid 48); 13 Sep 2006 18:34:35 -0000 Date: Wed, 13 Sep 2006 18:34:00 -0000 Message-ID: <20060913183435.24454.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/29059] [4.2 regression] ICE: verify_stmts failed (invalid operand to unary operator ""[0];) 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-09/txt/msg01255.txt.bz2 List-Id: ------- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-13 18:34 ------- (In reply to comment #2) > A regression hunt on powerpc-linux identified the following patch: This is what I was expecting actually, I might look at this later, we might just need a fold (read from constant string) so we can fold ""[0] correctly. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29059