This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] time_put fixups


Recent changes to add VERIFY here ran into a snag, where specific
timezone related info is in the output string, but was not set in the
struct tm (as it is a GNU extension), thus resulting in different output
depending on the local timezone.

Fixed as follows, which removes the 6 FAILs for people not in CET. There
may be better ways to do this, but I am time-constrained at the moment.

tested x86/linux

Attachment: p.20040819-1.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]