public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/13468] New: interpret.cc should register ffi closure stubs
@ 2003-12-22 21:05 mark at gcc dot gnu dot org
  2003-12-22 21:16 ` [Bug java/13468] [3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: mark at gcc dot gnu dot org @ 2003-12-22 21:05 UTC (permalink / raw)
  To: gcc-bugs

interpret.cc doesn't function correctly when compiled with unit-at-a-time
This prevents e.g. eclipse to run with gij.

The problem is analyzed in the following message:
http://gcc.gnu.org/ml/java/2003-11/msg00321.html

-- 
           Summary: interpret.cc should register ffi closure stubs
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mark at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug java/13468] [3.4 Regression] interpret.cc should register ffi closure stubs
  2003-12-22 21:05 [Bug java/13468] New: interpret.cc should register ffi closure stubs mark at gcc dot gnu dot org
@ 2003-12-22 21:16 ` pinskia at gcc dot gnu dot org
  2003-12-29 18:02 ` 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 @ 2003-12-22 21:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-22 21:04 -------
Confirmed, a regression also, right?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-12-22 21:04:56
               date|                            |
            Summary|interpret.cc should register|[3.4 Regression]
                   |ffi closure stubs           |interpret.cc should register
                   |                            |ffi closure stubs
   Target Milestone|---                         |3.4.0


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


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

* [Bug java/13468] [3.4 Regression] interpret.cc should register ffi closure stubs
  2003-12-22 21:05 [Bug java/13468] New: interpret.cc should register ffi closure stubs mark at gcc dot gnu dot org
  2003-12-22 21:16 ` [Bug java/13468] [3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2003-12-29 18:02 ` pinskia at gcc dot gnu dot org
  2003-12-30  0:52 ` tromey 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 @ 2003-12-29 18:02 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical


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


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

* [Bug java/13468] [3.4 Regression] interpret.cc should register ffi closure stubs
  2003-12-22 21:05 [Bug java/13468] New: interpret.cc should register ffi closure stubs mark at gcc dot gnu dot org
  2003-12-22 21:16 ` [Bug java/13468] [3.4 Regression] " pinskia at gcc dot gnu dot org
  2003-12-29 18:02 ` pinskia at gcc dot gnu dot org
@ 2003-12-30  0:52 ` tromey at gcc dot gnu dot org
  2004-01-15  1:55 ` tromey at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tromey at gcc dot gnu dot org @ 2003-12-30  0:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tromey at gcc dot gnu dot org  2003-12-30 00:20 -------
*** Bug 13496 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bothner at gcc dot gnu dot
                   |                            |org


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


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

* [Bug java/13468] [3.4 Regression] interpret.cc should register ffi closure stubs
  2003-12-22 21:05 [Bug java/13468] New: interpret.cc should register ffi closure stubs mark at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-12-30  0:52 ` tromey at gcc dot gnu dot org
@ 2004-01-15  1:55 ` tromey at gcc dot gnu dot org
  2004-01-21 23:57 ` [Bug java/13468] [3.4/3.5 " cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-01-15  1:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-01-15 01:55 -------
I sent some email to Bryce to see if he is planning to fix this
for 3.4.  (He's got a patch for various StackTrace problems which
should also address this PR.)

If his patch isn't going in 3.4 I will implement a workaround
in the Makefile.


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


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


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

* [Bug java/13468] [3.4/3.5 Regression] interpret.cc should register ffi closure stubs
  2003-12-22 21:05 [Bug java/13468] New: interpret.cc should register ffi closure stubs mark at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-01-15  1:55 ` tromey at gcc dot gnu dot org
@ 2004-01-21 23:57 ` cvs-commit at gcc dot gnu dot org
  2004-01-21 23:58 ` tromey at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-21 23:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-21 23:57 -------
Subject: Bug 13468

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	tromey@gcc.gnu.org	2004-01-21 23:57:18

Modified files:
	libjava        : ChangeLog Makefile.am Makefile.in 

Log message:
	PR java/13468:
	* Makefile.in: Rebuilt.
	* Makefile.am (interpret.lo): New target.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2562.2.2&r2=1.2562.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.354.2.1&r2=1.354.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.378.2.1&r2=1.378.2.2



-- 


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


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

* [Bug java/13468] [3.4/3.5 Regression] interpret.cc should register ffi closure stubs
  2003-12-22 21:05 [Bug java/13468] New: interpret.cc should register ffi closure stubs mark at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-01-21 23:57 ` [Bug java/13468] [3.4/3.5 " cvs-commit at gcc dot gnu dot org
@ 2004-01-21 23:58 ` tromey at gcc dot gnu dot org
  2004-01-22  0:00 ` [Bug java/13468] [3.5 " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-01-21 23:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-01-21 23:58 -------
Workaround checked in.
Bryce's real fix will go in on the trunk at some later date.

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


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


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

* [Bug java/13468] [3.5 Regression] interpret.cc should register ffi closure stubs
  2003-12-22 21:05 [Bug java/13468] New: interpret.cc should register ffi closure stubs mark at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-01-21 23:58 ` tromey at gcc dot gnu dot org
@ 2004-01-22  0:00 ` pinskia at gcc dot gnu dot org
  2004-02-14 21:07 ` 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-01-22  0:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-21 23:59 -------
Reopening as it is not fixed on the trunk yet and we should remember about it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
            Summary|[3.4/3.5 Regression]        |[3.5 Regression]
                   |interpret.cc should register|interpret.cc should register
                   |ffi closure stubs           |ffi closure stubs
   Target Milestone|3.4.0                       |3.5.0


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


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

* [Bug java/13468] [3.5 Regression] interpret.cc should register ffi closure stubs
  2003-12-22 21:05 [Bug java/13468] New: interpret.cc should register ffi closure stubs mark at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-01-22  0:00 ` [Bug java/13468] [3.5 " pinskia at gcc dot gnu dot org
@ 2004-02-14 21:07 ` pinskia at gcc dot gnu dot org
  2004-10-14 22:38 ` [Bug java/13468] [4.0 " 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-02-14 21:07 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED


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


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

* [Bug java/13468] [4.0 Regression] interpret.cc should register ffi closure stubs
  2003-12-22 21:05 [Bug java/13468] New: interpret.cc should register ffi closure stubs mark at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-02-14 21:07 ` pinskia at gcc dot gnu dot org
@ 2004-10-14 22:38 ` pinskia at gcc dot gnu dot org
  2004-10-21 13:42 ` aph at gcc dot gnu dot org
  2005-01-05 10:00 ` cvs-commit at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-14 22:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-14 22:38 -------
I think this was fixed by:
        2004-10-13  Andrew Haley  <aph@redhat.com>
        
        * interpret.cc (_Jv_InterpMethod::run): Initialize
        _Jv_StartOfInterpreter.
        (_Jv_StartOfInterpreter, _Jv_EndOfInterpreter): Functions removed.
        (_Jv_StartOfInterpreter, _Jv_EndOfInterpreter): New variables.
        * gnu/gcj/runtime/natStackTrace.cc (fillInStackTrace): Use
        _Unwind_FindEnclosingFunction to discover whether PC is within the
        interpreter.

-- 


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


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

* [Bug java/13468] [4.0 Regression] interpret.cc should register ffi closure stubs
  2003-12-22 21:05 [Bug java/13468] New: interpret.cc should register ffi closure stubs mark at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2004-10-14 22:38 ` [Bug java/13468] [4.0 " pinskia at gcc dot gnu dot org
@ 2004-10-21 13:42 ` aph at gcc dot gnu dot org
  2005-01-05 10:00 ` cvs-commit at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: aph at gcc dot gnu dot org @ 2004-10-21 13:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aph at gcc dot gnu dot org  2004-10-21 13:41 -------


*** This bug has been marked as a duplicate of 18036 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug java/13468] [4.0 Regression] interpret.cc should register ffi closure stubs
  2003-12-22 21:05 [Bug java/13468] New: interpret.cc should register ffi closure stubs mark at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2004-10-21 13:42 ` aph at gcc dot gnu dot org
@ 2005-01-05 10:00 ` cvs-commit at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-05 10:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-05 09:59 -------
Subject: Bug 13468

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-rhl-branch
Changes by:	jakub@gcc.gnu.org	2005-01-05 09:59:01

Modified files:
	libjava        : ChangeLog Makefile.am Makefile.in interpret.cc 
	libjava/gnu/gcj/runtime: natStackTrace.cc 

Log message:
	2004-12-13  Jakub Jelinek  <jakub@redhat.com>
	
	Revert:
	2004-01-21  Tom Tromey  <tromey@redhat.com>
	PR java/13468:
	* Makefile.in: Rebuilt.
	* Makefile.am (interpret.lo): New target.
	
	2004-10-18  Andrew Haley  <aph@redhat.com>
	
	PR java/18036:
	* gnu/gcj/runtime/natStackTrace.cc (fillInStackTrace): Reorganize
	and correct logic used to find interpreter.
	
	2004-10-13  Andrew Haley  <aph@redhat.com>
	
	* interpret.cc (_Jv_InterpMethod::run): Initialize
	_Jv_StartOfInterpreter.
	(_Jv_StartOfInterpreter, _Jv_EndOfInterpreter): Functions removed.
	(_Jv_StartOfInterpreter, _Jv_EndOfInterpreter): New variables.
	* gnu/gcj/runtime/natStackTrace.cc (fillInStackTrace): Use
	_Unwind_FindEnclosingFunction to discover whether PC is within the
	interpreter.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.2562.2.16.2.14&r2=1.2562.2.16.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.354.2.3.2.4&r2=1.354.2.3.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.378.2.3.2.4&r2=1.378.2.3.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/interpret.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.40.20.1&r2=1.40.20.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/gcj/runtime/natStackTrace.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-rhl-branch&r1=1.6&r2=1.6.22.1



-- 


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


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

end of thread, other threads:[~2005-01-05  9:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-22 21:05 [Bug java/13468] New: interpret.cc should register ffi closure stubs mark at gcc dot gnu dot org
2003-12-22 21:16 ` [Bug java/13468] [3.4 Regression] " pinskia at gcc dot gnu dot org
2003-12-29 18:02 ` pinskia at gcc dot gnu dot org
2003-12-30  0:52 ` tromey at gcc dot gnu dot org
2004-01-15  1:55 ` tromey at gcc dot gnu dot org
2004-01-21 23:57 ` [Bug java/13468] [3.4/3.5 " cvs-commit at gcc dot gnu dot org
2004-01-21 23:58 ` tromey at gcc dot gnu dot org
2004-01-22  0:00 ` [Bug java/13468] [3.5 " pinskia at gcc dot gnu dot org
2004-02-14 21:07 ` pinskia at gcc dot gnu dot org
2004-10-14 22:38 ` [Bug java/13468] [4.0 " pinskia at gcc dot gnu dot org
2004-10-21 13:42 ` aph at gcc dot gnu dot org
2005-01-05 10:00 ` cvs-commit 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).