This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/28352] gcj -C fails to generate line number info for method
- From: "mckinlay at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 12 Jul 2006 13:59:51 -0000
- Subject: [Bug java/28352] gcj -C fails to generate line number info for method
- References: <bug-28352-6651@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from mckinlay at redhat dot com 2006-07-12 13:59 -------
I've committed a patch which fixes the "off by one" error seen with
ecj-produced bytecode. The missing line number issue is a different bug. It
seems that "gcj -C" simply does not generate any debug info for the "snafu"
method in the example below.
I'm reassigning this as a front-end bug.
--
mckinlay at redhat dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|libgcj |java
Summary|Interpreter: Stack trace |gcj -C fails to generate
|line numbers sometimes |line number info for method
|missing or incorrect |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28352