From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27445 invoked by alias); 27 May 2014 01:36: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 27351 invoked by uid 48); 27 May 2014 01:36:35 -0000 From: "tony.wang at arm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/59904] [ARM] tls-reload-1.c fails Date: Tue, 27 May 2014 01:36:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tony.wang at arm 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-Flags: X-Bugzilla-Changed-Fields: 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: 2014-05/txt/msg02272.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #9 from wangzheyu --- Hi, would please provide your elf file with the new binutils, so that we can verify that whether it's the same issue as your former elf. If it is, it can be verified as a bug because you're using the latest binutils-linaro. We will investigate this issue further. Thanks a lot. (In reply to christophe.lyon from comment #8) > Using GCC trunk @210861, binutils-linaro-2.24-2014.03, I can see that > tls-reload-1.c all PASS with: > --target arm-none-linux-gnueabi --with-mode=arm --with-cpu=cortex-a9 > --with-fpu=neon and target_board set to -march=armv5t. > > When changing to --with-mode=thumb, I can see 10 failures at execution time, > with "-pie -fpie" and -pie -fPIE" combined with -O1, -O2, -O3 > -fomit-frame-pointer, -O3 -g, and -Os.