Bug 1406 - frysk-imports doesn't build with ECJ 3.1
Summary: frysk-imports doesn't build with ECJ 3.1
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1824
  Show dependency treegraph
 
Reported: 2005-10-03 14:17 UTC by Andrew Cagney
Modified: 2005-11-11 05:24 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2005-10-03 14:17:50 UTC
For instance:

 (at line 47)
        private Area (int peek, int poke)
                ^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor PtraceByteBuffer.Area(int, int) is never used locally

(it is used by CNI code but ECJ ignores that possibility)
Comment 1 Andrew Cagney 2005-10-03 14:32:03 UTC
2005-10-03  Andrew Cagney  <cagney@redhat.com>

        * tests/anoncall/Makefile.am: Do not expect the test to fail.
Comment 2 Andrew Cagney 2005-10-03 14:53:54 UTC
2005-10-03  Andrew Cagney  <cagney@redhat.com>

        * Pool.java, Print.java, PrintWriter.java, Scanner.java,
        mkjava.sh, package.html, dwarf/DebugAranges.java,
        dwarf/DebugFrame.java, dwarf/package.html,
        eio/PtraceByteBuffer.java, eio/package.html, elf/ElfBuffer.java,
        elf/PrintNote.java, elf/package.html, util/TestReadelf.sh,
        util/readelf.java: Update; more doco; ecj 3.1 warnings.

Comment 3 Andrew Cagney 2005-10-03 14:58:15 UTC
Directory built successfully.