public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/17231] New: verification error 3.4.1/3.5 : compile .class with embedded try blocks
@ 2004-08-29 16:46 ovidr at users dot sourceforge dot net
  2004-09-09  3:51 ` [Bug java/17231] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ovidr at users dot sourceforge dot net @ 2004-08-29 16:46 UTC (permalink / raw)
  To: gcc-bugs

gcc 3.4.1 or gcc version 3.5.0 20040730

javac tran.java
gcj -c tran.class

tran.java: In class `tran':
tran.java: In method `tran.x()':
tran.java:10: error: verification error at PC=5
tran.java:10: error: label part of different subroutines

class tran {

     public int x() {

          try {

               try {
                    return 5;
               } finally {
               }

          } finally {
          }


     }

}

-- 
           Summary: verification error 3.4.1/3.5 : compile .class with
                    embedded try blocks
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ovidr at users dot sourceforge dot net
                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=17231


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

* [Bug java/17231] verification error 3.4.1/3.5 : compile .class with embedded try blocks
  2004-08-29 16:46 [Bug java/17231] New: verification error 3.4.1/3.5 : compile .class with embedded try blocks ovidr at users dot sourceforge dot net
@ 2004-09-09  3:51 ` pinskia at gcc dot gnu dot org
  2004-12-09  0:19 ` pinskia at gcc dot gnu dot org
  2004-12-14 20:17 ` tromey at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-09  3:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-09 03:51 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-09 03:51:11
               date|                            |


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


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

* [Bug java/17231] verification error 3.4.1/3.5 : compile .class with embedded try blocks
  2004-08-29 16:46 [Bug java/17231] New: verification error 3.4.1/3.5 : compile .class with embedded try blocks ovidr at users dot sourceforge dot net
  2004-09-09  3:51 ` [Bug java/17231] " pinskia at gcc dot gnu dot org
@ 2004-12-09  0:19 ` pinskia at gcc dot gnu dot org
  2004-12-14 20:17 ` tromey at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-09  0:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-09 00:19 -------
Fixed on the mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

* [Bug java/17231] verification error 3.4.1/3.5 : compile .class with embedded try blocks
  2004-08-29 16:46 [Bug java/17231] New: verification error 3.4.1/3.5 : compile .class with embedded try blocks ovidr at users dot sourceforge dot net
  2004-09-09  3:51 ` [Bug java/17231] " pinskia at gcc dot gnu dot org
  2004-12-09  0:19 ` pinskia at gcc dot gnu dot org
@ 2004-12-14 20:17 ` tromey at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-12-14 20:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-12-14 20:17 -------
FYI, this will only work with the new verifier,
which is only available via -findirect-dispatch.
The new verifier doesn't yet work with the old ABI, AFAIK.


-- 


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


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

end of thread, other threads:[~2004-12-14 20:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-29 16:46 [Bug java/17231] New: verification error 3.4.1/3.5 : compile .class with embedded try blocks ovidr at users dot sourceforge dot net
2004-09-09  3:51 ` [Bug java/17231] " pinskia at gcc dot gnu dot org
2004-12-09  0:19 ` pinskia at gcc dot gnu dot org
2004-12-14 20:17 ` tromey 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).