Re: SimpleDateFormat
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
Please don't top-post. - - wrote: > I compiled the code with --static and without --static both the generated > code presents the same crash. I suspect --static makes no difference on mingw. > I think that the previous proposal of Andew is good (to submit in mingw > forum the fault) I did that in order to see if someone could reproduce /correct there. No, the right answer is to do what Ben suggests. > But if the fault happens also in orher architectures (Ben replay) > probably the fault is present in main tree... AFAIK it only happens if you link statically with libgcj. Andrew.