[PATCH] Fix arm-none-eabi -mbig-endian -flto

2015-10-21 Thread Jonathan Roelofs
This fixes: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67871 2015-10-20 Jonathan Roelofs * config/arm/bpabi.h: Tell the linker which emulation to use based on the endianness of the target. 2015-10-20 Jonathan Roelofs * ld/configure.tgt: Support big-endian

[committed, PATCH] gcc.dg/debug/pr65771.c: Use tls_runtime instead of tls.

2015-09-29 Thread Jonathan Roelofs
__aeabi_read_tp which causes link-time failure of this test. Tested on arm-none-eabi. 2015-09-29 Jonathan Roelofs * gcc.dg/debug/pr65771.c: Use tls_runtime instead of tls. Committed r228273 by Sandra. -- Jon Roelofs jonat...@codesourcery.com CodeSourcery / Mentor Embedded Index: gcc

Re: [PATCH] Make ubsan tests less picky about ansi escape codes in diagnostics.

2015-09-09 Thread Jonathan Roelofs
On 9/9/15 9:20 AM, Andrew Pinski wrote: On Wed, Sep 9, 2015 at 11:11 PM, Mike Stump wrote: On Sep 3, 2015, at 9:45 AM, Jonathan Roelofs wrote: Moral of the story is: these tests fail in our environment, but only because the regexes do not expect the presence of the ansi color codes, and we

Re: [PATCH] Make tsan tests less picky about ansi escape codes in diagnostics.

2015-09-08 Thread Jonathan Roelofs
On 9/8/15 4:09 PM, Jonathan Roelofs wrote: In a similar vein to [1], this does the same for the tsan tests. These tests also suffer from being overly picky w.r.t. ansi escape codes in the runtime diagnostics (which can't be suppressed as explained in [2]). Tested on a remote x86_64-

Re: [PATCH] Make ubsan tests less picky about ansi escape codes in diagnostics.

2015-09-08 Thread Jonathan Roelofs
On 9/4/15 12:20 AM, Yury Gribov wrote: On 09/03/2015 07:45 PM, Jonathan Roelofs wrote: On 9/3/15 10:17 AM, Jakub Jelinek wrote: On Thu, Sep 03, 2015 at 10:15:02AM -0600, Jonathan Roelofs wrote: +kcc, mrs Ping On 8/27/15 4:44 PM, Jonathan Roelofs wrote: The attached patch makes the

[PATCH] Make tsan tests less picky about ansi escape codes in diagnostics.

2015-09-08 Thread Jonathan Roelofs
In a similar vein to [1], this does the same for the tsan tests. These tests also suffer from being overly picky w.r.t. ansi escape codes in the runtime diagnostics (which can't be suppressed as explained in [2]). Tested on a remote x86_64-linux-gnu target. 2015-09-08 Jonathan Ro

Re: [PATCH] Make ubsan tests less picky about ansi escape codes in diagnostics.

2015-09-03 Thread Jonathan Roelofs
On 9/3/15 10:45 AM, Jonathan Roelofs wrote: On 9/3/15 10:17 AM, Jakub Jelinek wrote: On Thu, Sep 03, 2015 at 10:15:02AM -0600, Jonathan Roelofs wrote: +kcc, mrs Ping On 8/27/15 4:44 PM, Jonathan Roelofs wrote: The attached patch makes the ubsan tests agnostic to ansi escape codes in

Re: [PATCH] Make ubsan tests less picky about ansi escape codes in diagnostics.

2015-09-03 Thread Jonathan Roelofs
On 9/3/15 10:17 AM, Jakub Jelinek wrote: On Thu, Sep 03, 2015 at 10:15:02AM -0600, Jonathan Roelofs wrote: +kcc, mrs Ping On 8/27/15 4:44 PM, Jonathan Roelofs wrote: The attached patch makes the ubsan tests agnostic to ansi escape codes in their diagnostic output. It wouldn't hurt i

Re: [PATCH] Make ubsan tests less picky about ansi escape codes in diagnostics.

2015-09-03 Thread Jonathan Roelofs
+kcc, mrs Ping On 8/27/15 4:44 PM, Jonathan Roelofs wrote: The attached patch makes the ubsan tests agnostic to ansi escape codes in their diagnostic output. Tested on an x86_64-linux-gnu target. 2015-08-27 Jonathan Roelofs * c-c++-common/ubsan/align-2.c: Don't be

[PATCH] Make ubsan tests less picky about ansi escape codes in diagnostics.

2015-08-27 Thread Jonathan Roelofs
The attached patch makes the ubsan tests agnostic to ansi escape codes in their diagnostic output. Tested on an x86_64-linux-gnu target. 2015-08-27 Jonathan Roelofs * c-c++-common/ubsan/align-2.c: Don't be picky about ansi escape codes in diagnostics.