This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Reporting bugs, crash in string maniuplation w/-Os option
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <java at gcc dot gnu dot org>
- Date: Tue, 24 Dec 2002 12:12:39 +0100
- Subject: Reporting bugs, crash in string maniuplation w/-Os option
I've reported a couple of bugs to gnatsweb and I was wondering
if I've gotten it right, e.g. is it more approperiate to
discuss bugs in this mailing list before submitting them? What
other information would be useful?
E.g. I found a crash in -Os option and string manipulation:
libgcj/9051
The bug above is the only thing that stops me from using -Os
currently. -Os is neat, because it reduces download size for
my app from 3.2 to 2.2MB(zipped SWT + serial app).
Øyvind