Bug#422569: gcj-4.1: gcj debug info emits "line 0"

2007-05-11 Thread Daniel Jacobowitz
On Mon, May 07, 2007 at 12:23:20PM +0200, Matthias Klose wrote: > I see the same behaviour with the gcc-snapshot package. So it seems. PR 31900 now. -- Daniel Jacobowitz CodeSourcery -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC

Bug#422569: gcj-4.1: gcj debug info emits "line 0"

2007-05-07 Thread Matthias Klose
Daniel Jacobowitz writes: > Package: gcj-4.1 > Version: 4.1.2-4 > Severity: normal > > I recently upgraded gcj (and/or ecj?) and now a couple of GDB tests fail. > To see the problem, take this file: > > public class jmain > { > public static void main (String[] args) > { > return; >

Bug#422569: gcj-4.1: gcj debug info emits "line 0"

2007-05-06 Thread Daniel Jacobowitz
Package: gcj-4.1 Version: 4.1.2-4 Severity: normal I recently upgraded gcj (and/or ecj?) and now a couple of GDB tests fail. To see the problem, take this file: public class jmain { public static void main (String[] args) { return; } } [EMAIL PROTECTED]:/space/fsf/commit/src/gd