From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13199 invoked by alias); 19 Jun 2004 19:18:22 -0000 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 Received: (qmail 13177 invoked by uid 48); 19 Jun 2004 19:18:21 -0000 Date: Sat, 19 Jun 2004 19:18:00 -0000 Message-ID: <20040619191821.13176.qmail@sourceware.org> From: "rth at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040520075803.15551.dannysmith@users.sourceforge.net> References: <20040520075803.15551.dannysmith@users.sourceforge.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/15551] [3.4/3.5? Regression] -mtune=pentium4 -O2 with sjlj EH breaks stack probe worker on windows32 targets X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg02437.txt.bz2 List-Id: ------- Additional Comments From rth at gcc dot gnu dot org 2004-06-19 19:18 ------- The revised patch isn't correct. The two correct changes I can think of are (1) the gen_blockage as already written, or (2) change the alloc_stack_worker unspec to be an unspec_volatile. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15551