From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21449 invoked by alias); 14 Apr 2011 19:40:54 -0000 Received: (qmail 21441 invoked by uid 22791); 14 Apr 2011 19:40:54 -0000 X-SWARE-Spam-Status: No, hits=-2.3 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) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Apr 2011 19:40:47 +0000 Received: from hpaq3.eem.corp.google.com (hpaq3.eem.corp.google.com [172.25.149.3]) by smtp-out.google.com with ESMTP id p3EJekQd008473; Thu, 14 Apr 2011 12:40:46 -0700 Received: from topo.tor.corp.google.com (topo.tor.corp.google.com [172.29.41.2]) by hpaq3.eem.corp.google.com with ESMTP id p3EJeipI000361; Thu, 14 Apr 2011 12:40:44 -0700 Received: by topo.tor.corp.google.com (Postfix, from userid 54752) id 2DCBEA00D; Thu, 14 Apr 2011 15:40:44 -0400 (EDT) To: reply@codereview.appspotmail.com, crowl@google.com, gcc-patches@gcc.gnu.org Subject: [pph] Rebuild compilation context from PPH images (1/6) (issue4407048) Message-Id: <20110414194044.2DCBEA00D@topo.tor.corp.google.com> Date: Thu, 14 Apr 2011 19:41:00 -0000 From: dnovillo@google.com (Diego Novillo) 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/msg01126.txt.bz2 This test case is getting the compiler into an infinite recursive loop. I'm disabling it for now so we can keep working on the other PPH failures. Diego. * g++.dg/pph/p1mean.cc: Force syntax error. diff --git a/gcc/testsuite/ChangeLog.pph b/gcc/testsuite/ChangeLog.pph index 806e96a..a5555c7 100644 diff --git a/gcc/testsuite/g++.dg/pph/p1mean.cc b/gcc/testsuite/g++.dg/pph/p1mean.cc index 82435ba..e223499 100644 --- a/gcc/testsuite/g++.dg/pph/p1mean.cc +++ b/gcc/testsuite/g++.dg/pph/p1mean.cc @@ -3,6 +3,8 @@ #include #include +SYNTAX ERROR TO AVOID COMPILING THIS - IT CAUSES INFINITE RECURSION. + static unsigned long long MAX_ITEMS = 10000; static int -- This patch is available for review at http://codereview.appspot.com/4407048