From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6550 invoked by alias); 7 Dec 2012 12:02:05 -0000 Received: (qmail 6343 invoked by uid 48); 7 Dec 2012 12:01:46 -0000 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/54886] [4.8 Regression] FAIL: gcc.dg/graphite/pr(42521|42771).c (internal compiler error) due to revision 192219 Date: Fri, 07 Dec 2012 12:02:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: Status AssignedTo Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-12/txt/msg00688.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54886 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|unassigned at gcc dot |rguenth at gcc dot gnu.org |gnu.org | --- Comment #5 from Richard Biener 2012-12-07 12:01:45 UTC --- fooisl_ctx.c:158: isl_ctx freed, but some objects still reference it this probably means some other data structure leaks: ==6257== 23,443 (48 direct, 23,395 indirect) bytes in 1 blocks are definitely lo st in loss record 778 of 781 ==6257== at 0x4C2B14B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd6 4-linux.so) ==6257== by 0x509087D: isl_pw_aff_alloc_size (in /usr/lib64/libisl.so.10.0.0) ==6257== by 0x5090D3E: ??? (in /usr/lib64/libisl.so.10.0.0) ==6257== by 0x10651E9: wrap(isl_pw_aff*, unsigned int) (graphite-sese-to-poly .c:721) ==6257== by 0x106572B: extract_affine(scop*, tree_node*, isl_space*) (graphite-sese-to-poly.c:833) ==6257== by 0x1065E22: build_loop_iteration_domains(scop*, loop*, int, isl_set*, isl_set**) (graphite-sese-to-poly.c:1018) ==6257== by 0x1066D69: build_scop_iteration_domain(scop*) (graphite-sese-to-poly.c:1411) ==6257== by 0x106B641: build_poly_scop(scop*) (graphite-sese-to-poly.c:3193) ==6257== by 0x10526F3: graphite_transform_loops() (graphite.c:287) ==6257== by 0xBEFE74: graphite_transforms() (tree-ssa-loop.c:258) ==6257== by 0x9C3EBE: execute_one_pass(opt_pass*) (passes.c:2335) ==6257== by 0x9C40B2: execute_pass_list(opt_pass*) (passes.c:2383) and some more. I have a patch for the testcases at least.