From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32699 invoked by alias); 13 Apr 2011 12:52:09 -0000 Received: (qmail 32687 invoked by uid 22791); 13 Apr 2011 12:52:08 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Apr 2011 12:52:00 +0000 Received: from kpbe14.cbf.corp.google.com (kpbe14.cbf.corp.google.com [172.25.105.78]) by smtp-out.google.com with ESMTP id p3DCpxkt004451 for ; Wed, 13 Apr 2011 05:51:59 -0700 Received: from yib2 (yib2.prod.google.com [10.243.65.66]) by kpbe14.cbf.corp.google.com with ESMTP id p3DCpwY6031862 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Wed, 13 Apr 2011 05:51:58 -0700 Received: by yib2 with SMTP id 2so218646yib.10 for ; Wed, 13 Apr 2011 05:51:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.32.4 with SMTP id f4mr486680ybf.298.1302699118169; Wed, 13 Apr 2011 05:51:58 -0700 (PDT) Received: by 10.150.212.19 with HTTP; Wed, 13 Apr 2011 05:51:58 -0700 (PDT) In-Reply-To: <20110413054459.D431D190950@elbrus2.mtv.corp.google.com> References: <20110413054459.D431D190950@elbrus2.mtv.corp.google.com> Date: Wed, 13 Apr 2011 12:52:00 -0000 Message-ID: Subject: Re: [google/integration] Enable lightweight debug checks (issue4408041) From: Diego Novillo To: Paul Pluzhnikov Cc: reply@codereview.appspotmail.com, gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-04/txt/msg00982.txt.bz2 On Wed, Apr 13, 2011 at 01:44, Paul Pluzhnikov wro= te: > This patch adds lightweight debug checks (if enabled by macros). > > To be applied only to google/integration branch. > > Tested by bootstrapping and running "make check". > > > 2011-04-12 =C2=A0Paul Pluzhnikov =C2=A0 > > =C2=A0 =C2=A0 =C2=A0 =C2=A0* libstdc++-v3/include/bits/stl_algo.h: Add co= mparator debug checks > =C2=A0 =C2=A0 =C2=A0 =C2=A0when __google_stl_debug_compare is 1. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* libstdc++-v3/include/bits/stl_tree.h: Add co= mparator debug checks > =C2=A0 =C2=A0 =C2=A0 =C2=A0when __google_stl_debug_rbtree is 1. OK. Diego.