From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121763 invoked by alias); 19 Aug 2015 12:28:17 -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 121215 invoked by uid 48); 19 Aug 2015 12:28:13 -0000 From: "bernd.edlinger at hotmail dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/63602] [5/6 Regression] Wrong code w/ -O2 -ftree-loop-linear Date: Wed, 19 Aug 2015 12:28: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-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bernd.edlinger at hotmail dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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: cc Message-ID: In-Reply-To: References: 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: 2015-08/txt/msg01320.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63602 Bernd Edlinger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernd.edlinger at hotmail dot de --- Comment #3 from Bernd Edlinger --- BTW: same results for gcc-5.1.0 with isl-0.12.2: gcc -floop-block -O2 pr63602.c gcc -floop-interchange -O2 pr63602.c gcc -floop-parallelize-all -O2 pr63602.c gcc -floop-strip-mine -O2 pr63602.c even worse: gcc -floop-unroll-and-jam -O2 pr63602.c ../../gcc-5.1.0/isl/isl_ctx.c:172: isl_ctx freed, but some objects still reference it pr63602.c: In function 'main': pr63602.c:7:1: internal compiler error: Aborted main(void) ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions.