Re: [RFC6 PATCH v6 00/21] ILP32 for ARM64 - LTP results

2016-04-22 Thread Zhangjian (Bamvor)
Hi, Yury On 2016/4/6 6:44, Yury Norov wrote: There are about 20 failing tests of 782 in lite scenario. float_bessel float_exp_log float_iperb float_power float_trigo pipeio_1 pipeio_3 pipeio_5 pipeio_8 abort01 clone02 kill11 mmap16 open12 pause01 rename11 rmdir02 umount2_01 umount2_02 umount2_03

Re: Segher Boessenkool appointed PowerPC maintainer

2016-04-22 Thread Segher Boessenkool
On Fri, Apr 22, 2016 at 04:41:04PM -0400, David Edelsohn wrote: > I am pleased to announce that the GCC Steering Committee has > appointed Segher Boessenkool as rs6000/powerpc port co-maintainer. > > Please join me in congratulating Segher on his new role. > Segher, please update your

Segher Boessenkool appointed PowerPC maintainer

2016-04-22 Thread David Edelsohn
I am pleased to announce that the GCC Steering Committee has appointed Segher Boessenkool as rs6000/powerpc port co-maintainer. Please join me in congratulating Segher on his new role. Segher, please update your listing in the MAINTAINERS file. Happy hacking! David

internal_reference_types

2016-04-22 Thread Andreas Schwab
The function internal_reference_types appears to have been introduced exclusively for the Ada frontend. It is responsible for PR70759 (ada rts doesn't build with -mabi=ilp32). What purpose does it serve and what breaks when it is removed? The history doesn't give any hints. Andreas. -- Andrea

GCC Coding Conventions typo

2016-04-22 Thread Chris Gregory
https://gcc.gnu.org/codingconventions.html#ExternC In the `Extern "C"` commentary, the coding conventions says: Definitions within the body of a namespace are not indented. This should read Definitions within the body of an `extern "C"` block are not indented. Cheers, Chris Gregory!

Re: GCC 6 symbol poisoning and c++ header usage is fragile

2016-04-22 Thread Martin Sebor
On 04/21/2016 07:20 AM, Jonathan Wakely wrote: On 21 April 2016 at 13:33, Szabolcs Nagy wrote: On 21/04/16 12:52, Jonathan Wakely wrote: On 21 April 2016 at 12:11, Szabolcs Nagy wrote: the root cause is c++: c++ headers include random libc headers with _GNU_SOURCE ftm so all sorts of unexpecte