[Bug libfortran/30015] Intrinsic date_and_time can go back in time

2007-01-21 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2007-01-21 16:16 --- Subject: Bug 30015 Author: burnus Date: Sun Jan 21 16:16:10 2007 New Revision: 121033 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121033 Log: 2006-12-09 Tobias Burnus <[EMAIL PROTECTED]> PR libf

[Bug libfortran/30015] Intrinsic date_and_time can go back in time

2006-11-29 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-11-29 19:55 --- Subject: Bug number PR30015 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-11/msg01987.html -- http://gcc.gnu.org/bugzilla/sh

[Bug libfortran/30015] Intrinsic date_and_time can go back in time

2006-11-29 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2006-11-29 18:25 --- Accept. Thanks for the bugreport and the patch. I actually wanted to write: The proposed solution is to change lt = time() local_time = *localtime (<); UTC_time = *gmtime (<); [...] values[6] = local_

[Bug libfortran/30015] Intrinsic date_and_time can go back in time

2006-11-29 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2006-11-29 14:12 --- Confirm. (Though I couldn't reproduce the problem with gcc 4.2 and gcc 4.1 and the example program.) The proposed solution is to change local_time = *localtime (<); UTC_time = *gmtime (<); [...] values[6]