From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14108 invoked by alias); 9 May 2013 00:51:24 -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 14071 invoked by uid 48); 9 May 2013 00:51:15 -0000 From: "Bernhard.Rosenkranzer at linaro dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/57221] [4.8/4.9 regression] libgcc symbol visibility changes break Android blobs Date: Thu, 09 May 2013 00:51:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Bernhard.Rosenkranzer at linaro dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: 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" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2013-05/txt/msg00586.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D57221 --- Comment #3 from Bernhard Rosenkr=C3=A4nzer 2013-05-09 00:51:15 UTC --- Created attachment 30068 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D30068 Another patch This patch is needed as well to make sure Bionic can re-export __aeabi_lmul= and friends. Unlike the other patch, this one should be fixed before being applied: There should be a #ifdef around the added attribute (not sure if there's already a define for whether or not the target system is Android?) >>From gcc-bugs-return-421914-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu May 09 05:04:28 2013 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 8412 invoked by alias); 9 May 2013 05:04:27 -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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 8382 invoked by uid 48); 9 May 2013 05:04:22 -0000 From: "snagavallis at outlook dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/57223] New: Auto-vectorization fails for nested multiple loops depending on type of array Date: Thu, 09 May 2013 05:04:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: snagavallis at outlook dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-05/txt/msg00587.txt.bz2 Content-length: 1476 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57223 Bug #: 57223 Summary: Auto-vectorization fails for nested multiple loops depending on type of array Classification: Unclassified Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned@gcc.gnu.org ReportedBy: snagavallis@outlook.com The second nested loop in the following code is not auto-vectorized if test_t is a floating point type. void foo(test_t * d, int n) { int i, j, k; for (k=0; k