X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=QLox5wV+hfyWd5xbLaqKsZTkFMdXd1WAP65c5HallJY=; b=omv4x//IaWfMQApLdL/5+RObngu1Wp5PfIyrESZkWGf4pki5QrbPNcBalcKdtPxiJV PHvgfXIeC/nDahjmFy0zr+dVuWy4aFLGUdMNsxc8wz/5YfITKIaM8dluQz1rzL8CA6Zs 7dEhpL/ucpRJ9MMKa8bIk3Ny05MrXEuMb9Sk6AyXqBLdbYmBh1G0MMMPpMeBL0XceOOf DTgAii56pmZ9vCBTtfXv/JZlQWyb7/Sq2RF5m44SGlDx3Gi5lt78UYQFhDTtXGUevKgt pwGkSg9bMuZzwHN7SRosU05Z8LgeuXwaV63JpoT737zPPA7wCm9XSWFuY4RoCK44w2nD J0Vw== MIME-Version: 1.0 X-Received: by 10.50.225.35 with SMTP id rh3mr4542309igc.29.1435420635306; Sat, 27 Jun 2015 08:57:15 -0700 (PDT) In-Reply-To: <558D3944.4070604@iki.fi> References: <558D3944 DOT 4070604 AT iki DOT fi> Date: Sat, 27 Jun 2015 18:57:15 +0300 Message-ID: Subject: Re: Problem with configure mktime() tests From: "Ozkan Sezer (sezeroz AT gmail DOT com)" To: djgpp AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 6/26/15, Andris Pavenis (andris DOT pavenis AT iki DOT fi) wrote: > Noticed that mktime() tests run from bash-2.05b configure script fails: > - goes into infinite loop when regenerated with autoconf-2.59 and gets > interrupted after 60 seconds due to use of alarm() in the test > - fail also when generated by autoconf-2.68 > > See test program in attachment (configure generated by autoconf-2.68). > Actual failing part of the test is > spring_forward_gap() > > Andris AFAICS, our code is based on tzcode-2013d, whereas the mainstream is at 2015e. History at https://github.com/eggert/tz/ lists many fixes for undefined behaviors etc. maybe helps??