From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29553 invoked by alias); 11 Oct 2011 10:53:40 -0000 Received: (qmail 29545 invoked by uid 22791); 11 Oct 2011 10:53:39 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from rcsinet15.oracle.com (HELO rcsinet15.oracle.com) (148.87.113.117) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Oct 2011 10:53:14 +0000 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p9BArB94030242 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 11 Oct 2011 10:53:13 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p9BArBjX005173 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Oct 2011 10:53:11 GMT Received: from abhmt115.oracle.com (abhmt115.oracle.com [141.146.116.67]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p9BAr58D005382; Tue, 11 Oct 2011 05:53:05 -0500 Received: from [192.168.1.4] (/79.43.213.58) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 11 Oct 2011 03:53:05 -0700 Message-ID: <4E941FB6.4000903@oracle.com> Date: Tue, 11 Oct 2011 13:57:00 -0000 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: "'gcc@gcc.gnu.org'" CC: Paolo Bonzini , Jason Merrill Subject: make check-c++ runs the C++ testsuite twice? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg00173.txt.bz2 Hi, sorry if I just need more sleep, but I'm pretty sure to have seen 'make check-c++' running the C++ testsuite *twice*. Seriously, many times over the last month or two, never before. Does this make sense to anybody? What could I do to debug it? Thanks, Paolo.