Re: libmvec simd math functions in fortran

2017-11-03 Thread Richard Biener
On Thu, Nov 2, 2017 at 7:42 PM, Toon Moene wrote: > On 11/01/2017 05:26 PM, Jakub Jelinek wrote: > >> On Wed, Nov 01, 2017 at 04:23:11PM +, Szabolcs Nagy wrote: >>> >>> is there a way to get vectorized math functions in fortran? >>> >>> in c code there is attribute simd declarations or openmp

GCC 8.0.0 Status Report (2017-11-03)

2017-11-03 Thread Richard Biener
Status == The feature development phase of GCC 8, Stage 1, is coming to its ends at Friday, Nov. 17th (as usual you can use your local timezone to your own advantage). This means that from Saturday, Nov. 18th we will be in Stage 3 which allows for general bugfixing. All feature implementati

Please review writeup for fixing PR 78809 (inline strcmp for small constant strings)

2017-11-03 Thread Qing Zhao
Hi, This is the first time I am asking for a design review for fixing a GCC enhancement request, Let me know if I need to send this email to other mailing list as well. I have been studying PR 78809 for some time https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78809

testsuite question

2017-11-03 Thread Steve Kargl
One of the tests for gfortran has been XPASSing on newer versions of FreeBSD. The testcase has the line ! { dg-xfail-if "" { "*-*-freebsd*" } { "*" } { "" } } I know the tests passes on *-*-freebsd12.0. I should pass on *-*-freebsd11.* and perhaps *-*-freebsd10.*. I don't know if it passes on

Re: testsuite question

2017-11-03 Thread Jeff Law
On 11/03/2017 12:34 PM, Steve Kargl wrote: One of the tests for gfortran has been XPASSing on newer versions of FreeBSD. The testcase has the line ! { dg-xfail-if "" { "*-*-freebsd*" } { "*" } { "" } } I know the tests passes on *-*-freebsd12.0. I should pass on *-*-freebsd11.* and perhaps *

Re: testsuite question

2017-11-03 Thread Steve Kargl
On Fri, Nov 03, 2017 at 12:41:30PM -0600, Jeff Law wrote: > On 11/03/2017 12:34 PM, Steve Kargl wrote: > > One of the tests for gfortran has been XPASSing > > on newer versions of FreeBSD. The testcase has > > the line > > > > ! { dg-xfail-if "" { "*-*-freebsd*" } { "*" } { "" } } > > > > I kno

GCC testing, precompiled headers, and CFLAGS_FOR_TARGET question

2017-11-03 Thread Steve Ellcey
I have a question about gcc testing, precompiled header tests and the CFLAGS_FOR_TARGET option to RUNTESTFLAGS. I am building a complete native aarch64 toolchain (binutils, gcc, glibc) in a non-standard location, I configure binutils and gcc with --sysroot=/mylocation, and I want to run the gcc te