Commercial terms and conditions

2017-06-27 Thread Peter Brown
Good Morning, I am a former law firm Partner and my legal services business, Contracts 4 Commerce, provides companies with their commercial contracts for a low fixed fee. I am writing to inform you that we have produced new Terms and Conditions which have been specifically developed for use by

gcc-5-20170627 is now available

2017-06-27 Thread gccadmin
Snapshot gcc-5-20170627 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/5-20170627/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 5 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-5

[AARCH64] fnma4: scalar vs vector and placement of neg.

2017-06-27 Thread Andrew Pinski
Hi, I was looking into why we don't produce fmls with a scalar register as the last argument but I found a difference in how fnma4 is described in RTL which I think is causing the missed optimization. Look at the scalar version: (define_insn "fnma4" [(set (match_operand:GPF_F16 0 "register_op

What kind of data would be put into code section?

2017-06-27 Thread Benxi Liu
Hello everyone, I'm using GCC 5.4.0. I know that in some situations, GCC will put data into .text section, to improve performance. I know one case is jump table, but I'm still curious about other cases. What kind of data will be put into executable sections? Is there any way to avoid this? Any ide