From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1331 invoked by alias); 15 Jan 2013 16:50:09 -0000 Received: (qmail 31287 invoked by uid 55); 15 Jan 2013 16:49:26 -0000 From: "aldyh at redhat dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/54139] [4.8 regression] some ARM Thumb-2 tests appear to be run on ARMv5TE hardware causing unhandled exceptions Date: Tue, 15 Jan 2013 16:50:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aldyh at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: aldyh at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 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" 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: 2013-01/txt/msg01380.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54139 --- Comment #6 from Aldy Hernandez 2013-01-15 16:49:24 UTC --- > The third is for failures like "FAIL: gcc.c-torture/execute/builtins/memset.c > compilation, -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects" that fail to > link due to multiple definitions of memset or strlen; I see this for > arm-none-eabi (and I think some other EABI targets) but not for GNU/Linux > targets. The same tests fail for GCC 4.7 so it's not a regression. I'll file > a PR if there isn't one already. > Janis, please do. This way we can close this PR as the duplicate of 3 individual PRs. Thank you so much.