public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/15321] New: Binary Compatibility: gcj reads dependent classes
@ 2004-05-06 15:41 aph at gcc dot gnu dot org
  2004-05-06 15:41 ` [Bug java/15321] " aph at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: aph at gcc dot gnu dot org @ 2004-05-06 15:41 UTC (permalink / raw)
  To: java-prs

On the gcj-abi-2-dev-branch, gcj tries to open class files on which a class
depends.  If it fails to find these files a warning is generated.

There is a flag to control this behaviour, flag_verify_invocations.  If this
flag is set to zero, gcj should neither try to open these files nor issue any
warnings.
However, there is no code to set or clear this flag.

With -findirect-dispatch, this flag should default to zero.

-- 
           Summary: Binary Compatibility: gcj reads dependent classes
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aph at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


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

* [Bug java/15321] Binary Compatibility: gcj reads dependent classes
  2004-05-06 15:41 [Bug java/15321] New: Binary Compatibility: gcj reads dependent classes aph at gcc dot gnu dot org
@ 2004-05-06 15:41 ` aph at gcc dot gnu dot org
  2004-05-06 15:43 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aph at gcc dot gnu dot org @ 2004-05-06 15:41 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |12957
              nThis|                            |


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


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

* [Bug java/15321] Binary Compatibility: gcj reads dependent classes
  2004-05-06 15:41 [Bug java/15321] New: Binary Compatibility: gcj reads dependent classes aph at gcc dot gnu dot org
  2004-05-06 15:41 ` [Bug java/15321] " aph at gcc dot gnu dot org
  2004-05-06 15:43 ` pinskia at gcc dot gnu dot org
@ 2004-05-06 15:43 ` aph at gcc dot gnu dot org
  2004-05-06 16:09 ` aph at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aph at gcc dot gnu dot org @ 2004-05-06 15:43 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |12725
OtherBugsDependingO|12957                       |
              nThis|                            |


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


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

* [Bug java/15321] Binary Compatibility: gcj reads dependent classes
  2004-05-06 15:41 [Bug java/15321] New: Binary Compatibility: gcj reads dependent classes aph at gcc dot gnu dot org
  2004-05-06 15:41 ` [Bug java/15321] " aph at gcc dot gnu dot org
@ 2004-05-06 15:43 ` pinskia at gcc dot gnu dot org
  2004-05-06 15:43 ` aph at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-06 15:43 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-06 15:43 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-06 15:43:50
               date|                            |


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


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

* [Bug java/15321] Binary Compatibility: gcj reads dependent classes
  2004-05-06 15:41 [Bug java/15321] New: Binary Compatibility: gcj reads dependent classes aph at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-05-06 15:43 ` aph at gcc dot gnu dot org
@ 2004-05-06 16:09 ` aph at gcc dot gnu dot org
  2004-09-02 13:25 ` aph at gcc dot gnu dot org
  2004-12-01  2:50 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: aph at gcc dot gnu dot org @ 2004-05-06 16:09 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aph at gcc dot gnu dot org  2004-05-06 16:09 -------
This is related to PR13606, which should probably be fixed at the same time.

-- 


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


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

* [Bug java/15321] Binary Compatibility: gcj reads dependent classes
  2004-05-06 15:41 [Bug java/15321] New: Binary Compatibility: gcj reads dependent classes aph at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-05-06 16:09 ` aph at gcc dot gnu dot org
@ 2004-09-02 13:25 ` aph at gcc dot gnu dot org
  2004-12-01  2:50 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: aph at gcc dot gnu dot org @ 2004-09-02 13:25 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aph at gcc dot gnu dot org  2004-09-02 13:25 -------
Fixed with latest patches applied to branch.

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


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


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

* [Bug java/15321] Binary Compatibility: gcj reads dependent classes
  2004-05-06 15:41 [Bug java/15321] New: Binary Compatibility: gcj reads dependent classes aph at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-09-02 13:25 ` aph at gcc dot gnu dot org
@ 2004-12-01  2:50 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-01  2:50 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-01 02:50 -------
Fixed on the mainline now by the merge of the BC branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-06 15:41 [Bug java/15321] New: Binary Compatibility: gcj reads dependent classes aph at gcc dot gnu dot org
2004-05-06 15:41 ` [Bug java/15321] " aph at gcc dot gnu dot org
2004-05-06 15:43 ` pinskia at gcc dot gnu dot org
2004-05-06 15:43 ` aph at gcc dot gnu dot org
2004-05-06 16:09 ` aph at gcc dot gnu dot org
2004-09-02 13:25 ` aph at gcc dot gnu dot org
2004-12-01  2: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).