From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20470 invoked by alias); 24 Oct 2014 23:33:43 -0000 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 Received: (qmail 20460 invoked by uid 89); 24 Oct 2014 23:33:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f180.google.com Received: from mail-vc0-f180.google.com (HELO mail-vc0-f180.google.com) (209.85.220.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 24 Oct 2014 23:33:41 +0000 Received: by mail-vc0-f180.google.com with SMTP id le20so835687vcb.11 for ; Fri, 24 Oct 2014 16:33:39 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.220.47.210 with SMTP id o18mr5015173vcf.1.1414193619589; Fri, 24 Oct 2014 16:33:39 -0700 (PDT) Received: by 10.220.73.193 with HTTP; Fri, 24 Oct 2014 16:33:39 -0700 (PDT) Date: Fri, 24 Oct 2014 23:37:00 -0000 Message-ID: Subject: genmatch infinite loop during bootstrap on AIX From: David Edelsohn To: Richard Biener Cc: GCC Patches Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2014-10/txt/msg02609.txt.bz2 genmatch is hanging when bootstrapping on AIX (gcc111). When I attach to the process: #0 0x1007efac in std::basic_string, std::allocator >::basic_string () #1 0x1000e6b0 in _ZN6parser13parse_captureEP7operand (this=0x300594b8, op=0x0) at /home/dje/src/src/gcc/genmatch.c:2607 #2 0x1000e9f0 in _ZN6parser10parse_exprEv (this=0x2ff20208) at /home/dje/src/src/gcc/genmatch.c:2669 #3 0x1000ee38 in _ZN6parser8parse_opEv (this=0x2ff20208) at /home/dje/src/src/gcc/genmatch.c:2728 #4 0x1000efc4 in _ZN6parser14parse_simplifyEjR3vecIP8simplify7va_heap6vl_ptrEP12predicate_idP4expr (this=0x2ff20208, match_location=4614, simplifiers=..., matcher=0x0, result=0x0) at /home/dje/src/src/gcc/genmatch.c:2792 #5 0x100102fc in _ZN6parser13parse_patternEv (this=0x2ff20208) at /home/dje/src/src/gcc/genmatch.c:3052 #6 0x10010c0c in _ZN6parser9parse_forEj (this=0x2ff20208) at /home/dje/src/src/gcc/genmatch.c:2991 #7 0x10010350 in _ZN6parser13parse_patternEv (this=0x2ff20208) at /home/dje/src/src/gcc/genmatch.c:3090 #8 0x1001122c in _ZN6parserC2EP10cpp_reader (this=0x2ff20208, r_=0x3003bbec) at /home/dje/src/src/gcc/genmatch.c:3122 #9 0x10004acc in main (argc=, argv=) at _start_ :3204