This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc 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]

[Bug libc/1033] New: sync mktime.c from gnulib


Here is a patch to bring glibc mktime.c into sync with gnulib mktime.c.

The gnulib mktime.c uses a different method to avoid the GCC 4.0.0 warning,
one that generated 128 bytes less machine code on my platform (x86, gcc -O2).
Also, there is some other minor reorganization of the gnulib type macros
to make them consistent with other gnulib code.

This change does not affect behavior, other than the minor effect on
efficiency.

I'll attach the patch.

-- 
           Summary: sync mktime.c from gnulib
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: eggert at gnu dot org
                CC: glibc-bugs at sources dot redhat dot com
  GCC host triplet: all


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1033

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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