Recent 4.3.0 breaks the build of pdftk again with

pdftk.C:4936: error: Java method 'void
com::lowagie::text::pdf::PdfReader::removeUnusedNode(com::lowagie::text::pdf::PdfObject*,
JArray<bool>*)' has non-Java parameter type 'JArray<bool>*'

where appearantly the frontend has substituted bool for jboolean and now
rejects it on the basis that bool is not TYPE_FOR_JAVA.


-- 
           Summary: [4.3/4.4 Regression] Rejects JArray<jboolean>
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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

Reply via email to