This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/17231] New: verification error 3.4.1/3.5 : compile .class with embedded try blocks


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]