From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29927 invoked by alias); 1 Dec 2014 21:57:15 -0000 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 Received: (qmail 29902 invoked by uid 48); 1 Dec 2014 21:57:11 -0000 From: "howarth at bromo dot med.uc.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/64145] New: gcc.dg/graphite/isl-codegen-loop-dumping.c UNRESOLVED with isl 0.14 Date: Mon, 01 Dec 2014 21:57:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: howarth at bromo dot med.uc.edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-12/txt/msg00149.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64145 Bug ID: 64145 Summary: gcc.dg/graphite/isl-codegen-loop-dumping.c UNRESOLVED with isl 0.14 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: howarth at bromo dot med.uc.edu The gcc.dg/graphite/isl-codegen-loop-dumping.c testcase appears as UNRESOLVED when gcc trunk is built against isl 0.14. The test suite log shows... Executing on host: /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/ /sw/src/fink.build/gcc50-5.0.0-1000/gcc-5-20141201/gcc/testsuite/gcc.dg/graphite/isl-codegen-loop-dumping.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O2 -fdump-tree-graphite-all -S -m32 -o isl-codegen-loop-dumping.s (timeout = 300) spawn /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/ /sw/src/fink.build/gcc50-5.0.0-1000/gcc-5-20141201/gcc/testsuite/gcc.dg/graphite/isl-codegen-loop-dumping.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O2 -fdump-tree-graphite-all -S -m32 -o isl-codegen-loop-dumping.s^M PASS: gcc.dg/graphite/isl-codegen-loop-dumping.c (test for excess errors) gcc.dg/graphite/isl-codegen-loop-dumping.c: dump file does not exist UNRESOLVED: gcc.dg/graphite/isl-codegen-loop-dumping.c scan-tree-dump-times graphite "ISL AST generated by ISL: \nfor \\(int c1 = 0; c1 < n - 1; c1 \\+= 1\\)\n for \\(int c3 = 0; c3 < n; c3 \\+= 1\\)\n S_4\\(c1, c3\\);" 1 with -fdump-tree-graphite-all apparently not creating any dump files.