This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/23306] [4.1 Regression] [unit-at-a-time] objc exceptions (GNU runtime) don't work with unit-at-a-time
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Aug 2005 01:05:44 -0000
- Subject: [Bug objc/23306] [4.1 Regression] [unit-at-a-time] objc exceptions (GNU runtime) don't work with unit-at-a-time
- References: <20050810023703.23306.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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