public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/16448] New: [Regression 3.5] FAIL: objc/execute/IMP.m compilation,  -O0
@ 2004-07-09  4:09 danglin at gcc dot gnu dot org
  2004-07-09  4:12 ` [Bug objc/16448] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-07-09  4:09 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /mnt/gnu/gcc-3.3/objdir/gcc/xgcc -B/mnt/gnu/gcc-3.3/objdir/gc
c/ /mnt/gnu/gcc-3.3/gcc/gcc/testsuite/objc/execute/IMP.m  -w  -O0  -I/mnt/gnu/gc
c-3.3/gcc/gcc/testsuite/../../libobjc -L/mnt/gnu/gcc-3.3/objdir/hppa64-hp-hpux11
.11/./libobjc/.libs  -lobjc -lm   -o /mnt/gnu/gcc-3.3/objdir/gcc/testsuite/IMP.x
0    (timeout = 300)
ld: (Warning) Unsatisfied symbol "_Unwind_RaiseException" in file /mnt/gnu/gcc-3
.3/objdir/hppa64-hp-hpux11.11/./libobjc/.libs/libobjc.sl
1 warnings.
output is:
ld: (Warning) Unsatisfied symbol "_Unwind_RaiseException" in file /mnt/gnu/gcc-3
.3/objdir/hppa64-hp-hpux11.11/./libobjc/.libs/libobjc.sl
1 warnings.

FAIL: objc/execute/IMP.m compilation,  -O0

This port currently uses SJLJ exception support (i.e., 
_Unwind_SjLj_RaiseException).

-- 
           Summary: [Regression 3.5] FAIL: objc/execute/IMP.m compilation,
                    -O0
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: objc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa64-hp-hpux11.11
  GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16448


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug objc/16448] [3.5 Regression] FAIL: objc/execute/IMP.m compilation,  -O0
  2004-07-09  4:09 [Bug objc/16448] New: [Regression 3.5] FAIL: objc/execute/IMP.m compilation, -O0 danglin at gcc dot gnu dot org
@ 2004-07-09  4:12 ` pinskia at gcc dot gnu dot org
  2004-07-20 15:52 ` [Bug libobjc/16448] " pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-09  4:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-09 04:12 -------
RTH, could you comment on why this could failing, I have been seeing the same problem on i686-
openbsd3.1 also as it uses SJLJ exceptions too.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org
            Summary|[Regression 3.5] FAIL:      |[3.5 Regression] FAIL:
                   |objc/execute/IMP.m          |objc/execute/IMP.m
                   |compilation,  -O0           |compilation,  -O0
   Target Milestone|---                         |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16448


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug libobjc/16448] [3.5 Regression] FAIL: objc/execute/IMP.m compilation,  -O0
  2004-07-09  4:09 [Bug objc/16448] New: [Regression 3.5] FAIL: objc/execute/IMP.m compilation, -O0 danglin at gcc dot gnu dot org
  2004-07-09  4:12 ` [Bug objc/16448] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-07-20 15:52 ` pinskia at gcc dot gnu dot org
  2004-08-18 17:03 ` danglin at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-20 15:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-20 15:52 -------
This is a library issue.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|objc                        |libobjc


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16448


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug libobjc/16448] [3.5 Regression] FAIL: objc/execute/IMP.m compilation,  -O0
  2004-07-09  4:09 [Bug objc/16448] New: [Regression 3.5] FAIL: objc/execute/IMP.m compilation, -O0 danglin at gcc dot gnu dot org
  2004-07-09  4:12 ` [Bug objc/16448] [3.5 Regression] " pinskia at gcc dot gnu dot org
  2004-07-20 15:52 ` [Bug libobjc/16448] " pinskia at gcc dot gnu dot org
@ 2004-08-18 17:03 ` danglin at gcc dot gnu dot org
  2004-08-19 19:04 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-08-18 17:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From danglin at gcc dot gnu dot org  2004-08-18 17:03 -------
It appears that neither SJLJ_EXCEPTIONS or _GLIBCXX_SJLJ_EXCEPTIONS
are ever defined when libobjc/exception.c is compiled.

The simplest fix might be to include "../libstdc++-v3/config.h".
However, this will fail if the order of building the two libraries
changes.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16448


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug libobjc/16448] [3.5 Regression] FAIL: objc/execute/IMP.m compilation,  -O0
  2004-07-09  4:09 [Bug objc/16448] New: [Regression 3.5] FAIL: objc/execute/IMP.m compilation, -O0 danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-08-18 17:03 ` danglin at gcc dot gnu dot org
@ 2004-08-19 19:04 ` pinskia at gcc dot gnu dot org
  2004-09-30 18:47 ` [Bug libobjc/16448] [4.0 " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-19 19:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-19 19:04 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-19 19:04:45
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16448


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug libobjc/16448] [4.0 Regression] FAIL: objc/execute/IMP.m compilation,  -O0
  2004-07-09  4:09 [Bug objc/16448] New: [Regression 3.5] FAIL: objc/execute/IMP.m compilation, -O0 danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-08-19 19:04 ` pinskia at gcc dot gnu dot org
@ 2004-09-30 18:47 ` pinskia at gcc dot gnu dot org
  2004-09-30 20:22 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-30 18:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-30 18:47 -------
Mine, I am dealing with this as maintainer of libobjc, one big issue I have is that autoconf does not 
support Objective-C as a language like C and C++.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16448


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug libobjc/16448] [4.0 Regression] FAIL: objc/execute/IMP.m compilation,  -O0
  2004-07-09  4:09 [Bug objc/16448] New: [Regression 3.5] FAIL: objc/execute/IMP.m compilation, -O0 danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-09-30 18:47 ` [Bug libobjc/16448] [4.0 " pinskia at gcc dot gnu dot org
@ 2004-09-30 20:22 ` pinskia at gcc dot gnu dot org
  2004-09-30 20:59 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-30 20:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-30 20:22 -------
Could you test this patch to make sure that this works for you?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16448


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug libobjc/16448] [4.0 Regression] FAIL: objc/execute/IMP.m compilation,  -O0
  2004-07-09  4:09 [Bug objc/16448] New: [Regression 3.5] FAIL: objc/execute/IMP.m compilation, -O0 danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-09-30 20:22 ` pinskia at gcc dot gnu dot org
@ 2004-09-30 20:59 ` pinskia at gcc dot gnu dot org
  2004-09-30 21:02 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-30 20:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-30 20:59 -------
Woops you are right, I will fix that before testing again.
Thanks for noticing.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16448


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug libobjc/16448] [4.0 Regression] FAIL: objc/execute/IMP.m compilation,  -O0
  2004-07-09  4:09 [Bug objc/16448] New: [Regression 3.5] FAIL: objc/execute/IMP.m compilation, -O0 danglin at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-09-30 20:59 ` pinskia at gcc dot gnu dot org
@ 2004-09-30 21:02 ` pinskia at gcc dot gnu dot org
  2004-10-01  3:46 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-30 21:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-30 21:02 -------
Okay I think this works, I will apply this (plus the patch to change _GLIBCXX_SJLJ_EXCEPTIONS to 
SJLJ_EXCEPTIONS) once my testing is finished on i686-pc-openbsd3.1 which uses SJLJ.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|2004-08-19 19:04:45         |2004-09-30 21:02:29
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16448


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug libobjc/16448] [4.0 Regression] FAIL: objc/execute/IMP.m compilation,  -O0
  2004-07-09  4:09 [Bug objc/16448] New: [Regression 3.5] FAIL: objc/execute/IMP.m compilation, -O0 danglin at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-09-30 21:02 ` pinskia at gcc dot gnu dot org
@ 2004-10-01  3:46 ` pinskia at gcc dot gnu dot org
  2004-10-01  3:46 ` cvs-commit at gcc dot gnu dot org
  2004-10-01  3:50 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-01  3:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-01 03:46 -------
Should be fixed now.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16448


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug libobjc/16448] [4.0 Regression] FAIL: objc/execute/IMP.m compilation,  -O0
  2004-07-09  4:09 [Bug objc/16448] New: [Regression 3.5] FAIL: objc/execute/IMP.m compilation, -O0 danglin at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2004-10-01  3:46 ` pinskia at gcc dot gnu dot org
@ 2004-10-01  3:46 ` cvs-commit at gcc dot gnu dot org
  2004-10-01  3:50 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-01  3:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-01 03:46 -------
Subject: Bug 16448

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2004-10-01 03:46:41

Modified files:
	libobjc        : ChangeLog exception.c configure configure.ac 
Added files:
	libobjc        : config.h.in 

Log message:
	2004-09-16  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR libobjc/16448
	* exception.c: Include config.h
	(objc_exception_throw): Change _GLIBCXX_SJLJ_EXCEPTIONS to
	SJLJ_EXCEPTIONS.
	* configure.ac: Find out what exception handling code we use.
	* configure: Regenerate.
	* config.h.in: New file, regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/config.h.in.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/ChangeLog.diff?cvsroot=gcc&r1=1.145&r2=1.146
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/exception.c.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/configure.diff?cvsroot=gcc&r1=1.50&r2=1.51
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/configure.ac.diff?cvsroot=gcc&r1=1.9&r2=1.10



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16448


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug libobjc/16448] [4.0 Regression] FAIL: objc/execute/IMP.m compilation,  -O0
  2004-07-09  4:09 [Bug objc/16448] New: [Regression 3.5] FAIL: objc/execute/IMP.m compilation, -O0 danglin at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2004-10-01  3:46 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-01  3:50 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-01  3:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-01 03:50 -------
Woops I had meant to close this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16448


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2004-10-01  3:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-09  4:09 [Bug objc/16448] New: [Regression 3.5] FAIL: objc/execute/IMP.m compilation, -O0 danglin at gcc dot gnu dot org
2004-07-09  4:12 ` [Bug objc/16448] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-07-20 15:52 ` [Bug libobjc/16448] " pinskia at gcc dot gnu dot org
2004-08-18 17:03 ` danglin at gcc dot gnu dot org
2004-08-19 19:04 ` pinskia at gcc dot gnu dot org
2004-09-30 18:47 ` [Bug libobjc/16448] [4.0 " pinskia at gcc dot gnu dot org
2004-09-30 20:22 ` pinskia at gcc dot gnu dot org
2004-09-30 20:59 ` pinskia at gcc dot gnu dot org
2004-09-30 21:02 ` pinskia at gcc dot gnu dot org
2004-10-01  3:46 ` pinskia at gcc dot gnu dot org
2004-10-01  3:46 ` cvs-commit at gcc dot gnu dot org
2004-10-01  3:50 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).