From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23285 invoked by alias); 24 Nov 2004 19:00:37 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 22482 invoked from network); 24 Nov 2004 18:59:52 -0000 Received: from unknown (HELO mprelay.uc.edu) (129.137.3.48) by sourceware.org with SMTP; 24 Nov 2004 18:59:52 -0000 Received: from [172.30.20.100] (zhivago.erc-wireless.uc.edu [172.30.20.100]) by mprelay.uc.edu (MOS 3.4.7-GR) with ESMTP id CAU43811; Wed, 24 Nov 2004 13:59:50 -0500 (EST) In-Reply-To: <20041124184427.GA5485@redhat.com> References: <001701c4d1ab$949322e0$0a6d65da@DANNY> <20041124003240.GA6028@redhat.com> <000401c4d1fd$112d9eb0$8c4861cb@DANNY> <20041124184427.GA5485@redhat.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <01EEC13D-3E4B-11D9-941D-000A95D692F4@physics.uc.edu> Content-Transfer-Encoding: 7bit Cc: gcc@gcc.gnu.org, Cygwin , Danny Smith , mingw-dvlpr From: Andrew Pinski Subject: Re: stdcall lib functions with exception throwing callbacks vs Dwarf2 EH Date: Wed, 24 Nov 2004 19:57:00 -0000 To: Richard Henderson X-SW-Source: 2004-11/txt/msg00916.txt.bz2 On Nov 24, 2004, at 1:44 PM, Richard Henderson wrote: > I reproduced this specific failure on linux, and the following seems > to fix the problem. Can you give it a go with whatever more complex > test case you have? Could this be related to PR 17220? Thanks, Andrew Pinski