From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29923 invoked by alias); 9 Jun 2011 04:39:15 -0000 Received: (qmail 29826 invoked by uid 22791); 9 Jun 2011 04:39:14 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from dair.pair.com (HELO dair.pair.com) (209.68.1.49) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Thu, 09 Jun 2011 04:38:59 +0000 Received: (qmail 4849 invoked by uid 20157); 9 Jun 2011 04:38:58 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 9 Jun 2011 04:38:58 -0000 Date: Thu, 09 Jun 2011 07:15:00 -0000 From: Hans-Peter Nilsson To: Eric Botcazou cc: gcc-patches@gcc.gnu.org Subject: Re: Remove SETJMP_VIA_SAVE_AREA support In-Reply-To: <201106021241.49426.ebotcazou@adacore.com> Message-ID: References: <201106021241.49426.ebotcazou@adacore.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg00702.txt.bz2 On Thu, 2 Jun 2011, Eric Botcazou wrote: > This removes the (undocumented) support for SETJMP_VIA_SAVE_AREA from the > compiler. Poison it (in system.h)? brgds, H-P