From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24679 invoked by alias); 9 May 2013 00:09:43 -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 24646 invoked by uid 48); 9 May 2013 00:09:40 -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:09: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/msg00577.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D57221 --- Comment #2 from Bernhard Rosenkr=C3=A4nzer 2013-05-09 00:09:40 UTC --- I agree that the best fix would be to just rebuild the blobs to get rid of = the problem -- but we don't have that option. Fixing it in Bionic is harder than it sounds because the way things are bui= lt, Bionic needs to export __aeabi_uidiv and friends - but since Bionic links to libgcc.a, it can't just define and export __aeabi_uidiv itself because that would cause a symbol clash even if libgcc.a's __aeabi_uidiv is hidden. Even adding definitions there with __attribute__((weak)) didn't work. >>From gcc-bugs-return-421905-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu May 09 00:13:46 2013 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 26916 invoked by alias); 9 May 2013 00:13:46 -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 26722 invoked by uid 48); 9 May 2013 00:13:39 -0000 From: "LpSolit at netscape dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug web/52239] Upgrade GCC Bugzilla to 4.4 Date: Thu, 09 May 2013 00:13:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: web X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: LpSolit at netscape dot net X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: LpSolit at netscape dot net 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/msg00578.txt.bz2 Content-length: 374 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D52239 --- Comment #10 from Fr=C3=A9d=C3=A9ric Buclin 2013-05-09 00:13:37 UTC --- Created attachment 30065 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D30065 GCC patch for 4.4, v1 Here is the updated patch to work with GCC Bugzilla 4.4. It's similar to attachment 24956 from bug 49935. >>From gcc-bugs-return-421906-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu May 09 00:16:18 2013 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 28758 invoked by alias); 9 May 2013 00:16: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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 28703 invoked by uid 48); 9 May 2013 00:16:09 -0000 From: "florian.conrady at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/57222] New: Template alias not working in argument of template class template method Date: Thu, 09 May 2013 00:16:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: florian.conrady at gmail 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/msg00579.txt.bz2 Content-length: 2729 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57222 Bug #: 57222 Summary: Template alias not working in argument of template class template method Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned@gcc.gnu.org ReportedBy: florian.conrady@gmail.com When I declare a template method of a template class whose argument type is specified by a template alias, I get a compile error. With version 4.7.3 it compiles. If I change the template class to a class, it compiles. If I replace the template alias by the actual type (here Templ), it compiles. Code: template