------- Additional Comments From mnefedov at rogers dot com 2004-10-20 17:33 ------- This could be a workaround. Do this: cal.setTime( cal.getTime() )
before calling get( Calendar.DAY_OF_{YEAR|WEEK} ); Seems to fix the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18083