From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27227 invoked by alias); 14 Aug 2005 01:05:52 -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 27199 invoked by uid 48); 14 Aug 2005 01:05:44 -0000 Date: Sun, 14 Aug 2005 01:05:00 -0000 Message-ID: <20050814010544.27198.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050810023703.23306.pinskia@gcc.gnu.org> References: <20050810023703.23306.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug objc/23306] [4.1 Regression] [unit-at-a-time] objc exceptions (GNU runtime) don't work with unit-at-a-time X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg01547.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-14 01:05 ------- The failures which this covers has changed since objc.dg/try-catch-8.m was moved. The failures now are: FAIL: objc/execute/exceptions/local-variables-1.m compilation, -O1 -fgnu-runtime FAIL: objc/execute/exceptions/local-variables-1.m compilation, -O2 -fgnu-runtime FAIL: objc/execute/exceptions/local-variables-1.m compilation, -O3 -fomit-frame-pointer -fgnu- runtime FAIL: objc/execute/exceptions/local-variables-1.m compilation, -O3 -g -fgnu-runtime FAIL: objc/execute/exceptions/local-variables-1.m compilation, -Os -fgnu-runtime Though the -O1 is a regression because unit-at-a-time was not on at -O1 for 4.0.0 so I am going to mark this as a regression. The way to fix this is generate the strings at the end of compilation and not at the end of file. -- What |Removed |Added ---------------------------------------------------------------------------- Summary|[unit-at-a-time] |[4.1 Regression] [unit-at-a- |objc.dg/try-catch-8.m fails |time] objc exceptions (GNU |to link/compile with the gnu|runtime) don't work with |runtime |unit-at-a-time Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23306