From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18017 invoked by alias); 27 Feb 2006 17:41:41 -0000 Received: (qmail 17802 invoked by uid 48); 27 Feb 2006 17:41:38 -0000 Date: Mon, 27 Feb 2006 17:44:00 -0000 Message-ID: <20060227174138.17801.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/26447] [4.2 Regression] verify_flow_info failed, load PRE 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-02/txt/msg03075.txt.bz2 List-Id: ------- Comment #6 from pinskia at gcc dot gnu dot org 2006-02-27 17:41 ------- This the best I can get but I never can get an ICE: int f(int a, int *b, int *c, int *d)throw() { // try { int e = *c; if (e!=0) *b = 1; return *c+*d; // } catch(...) /* { return 0; }*/ } ---- Compile at -O2 -fnon-call-exceptions. We do get: # VUSE ; D.2388_8 = *c_1; pretmp.21_3 = D.2388_8; Which looks wrong but I cannot get the ICE. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-02-27 17:41:37 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26447