Hi!
On Tue, Mar 03, 2020 at 10:25:32PM +0100, Jan Hubicka wrote:
> I think this is bit stronger to what llvm does currently which relies on
> outlining SESE regions earlier rather than going through the pain of
> implementing support for partitioning.
OTOH outlining can result in improved code,
On Wed, Mar 04, 2020 at 01:45:25PM +, Jonathan Wakely wrote:
> On Wed, 4 Mar 2020 at 13:02, Jakub Jelinek wrote:
> > The test says:
> > // nl_NL chosen because it has no thousands separator (at this time).
> > locale loc_it = locale(ISO_8859(15,nl_NL));
> > so no wonder that it FAILs if nl_
I tried the make command below:
make check RUNTESTFLAGS="*.exp=*simd*"
gcc.log did not have any output indicating that it ran
.../gcc/testsuite/gcc.dg/vect/vect-simd-2.c
At the top of that file is dejagnu directive:
/* { dg-require-effective-target vect_int } */
1. How do I check to see if vect
Hi all,
I'd like to ask about the maintenance status of libgccjit.
Personally (in my spare time) I'd like to contribute more to it but I
feel the development is a little stuck and patches don't get
reviewed[1]. More widely speaking we have a feature branch under active
development in emacs.git t
The first release candidate for GCC 9.3 is available from
https://gcc.gnu.org/pub/gcc/snapshots/9.3.0-RC-20200305/
ftp://gcc.gnu.org/pub/gcc/snapshots/9.3.0-RC-20200305/
and shortly its mirrors. It has been generated from git commit
r9-8351-ge50627ff8cd54c3983614b34727323b333b9374d.
I have
Status
==
The GCC 9 branch is now frozen for blocking regressions and documentation
fixes only, all changes to the branch require a RM approval now.
Quality Data
Priority # Change from last report
--- ---
P10
P2
On Thu, Mar 05, 2020 at 05:04:16PM +, GT wrote:
> I tried the make command below:
>
> make check RUNTESTFLAGS="*.exp=*simd*"
I think you can't use wildcards in the name of the *.exp file.
So, you need to know which *.exp it is and use
make check RUNTESTFLAGS="dg.exp=*simd* vect.exp=*simd* gom
On Thu, 2020-03-05 at 19:40 +, Andrea Corallo wrote:
> Hi all,
>
> I'd like to ask about the maintenance status of libgccjit.
I'm the maintainer. GCC 10 is currently in stage 4 so making changes
may require release-manager signoff.
> Personally (in my spare time) I'd like to contribute more
On Thu, Mar 05, 2020 at 05:04:16PM +, GT wrote:
> At the top of that file is dejagnu directive:
> /* { dg-require-effective-target vect_int } */
>
> 1. How do I check to see if vect_int is defined? I suspect it as the reason
> the test isn't run.
https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gc