Solicitud de Cotización

2020-03-08 Thread Sandra Gutarte

Estimados Sres.

Por favor enviar la cotización solicitada anteriormente.

Estaré a la espera.

Saludos Cordiales


Sandra Gutarte Torres
ORGANIZACIÓN LICEO PERÚ



Re: GCC 9.3 Release Candidate available from gcc.gnu.org

2020-03-08 Thread Iain Sandoe via Gcc

Jakub Jelinek  wrote:


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 so far bootstrapped and tested the release candidate on
x86_64-linux and i686-linux.  Please test it and report any issues to
bugzilla.

If all goes well, I'd like to release 9.3 on Thursday, March 12th.


I bootstrapped and tested on
i686-darwin8,9,10
powerpc-darwin9
x86_64-darwin10 … 19

with results “nominal”.
thanks
Iain



Re: How do I run SIMD Testcases on PPC64?

2020-03-08 Thread GT via Gcc
‐‐‐ Original Message ‐‐‐
On Thursday, March 5, 2020 6:59 PM, Segher Boessenkool 
 wrote:

> 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=gcc/testsuite/lib/target-supports.exp;h=ca3895c22690dc15b6c2beffb53ea6f39ad80b38;hb=HEAD#l3258
>
> (It is always true for powerpc, since we no longer support the
> linuxpaired target).
>
> You can look in the generated gcc.log, and if what you are looking for
> isn't there, you can pass --debug to runtest as well, and look in the
> relevant dbg.log . But first look in target-supports.exp if it is
> something trivial ;-)

Thanks. target-supports.exp needed to set vect_simd_clones for the PPC64
system we are adding support for.

After that change, results of < make check RUNTESTFLAGS="vect.exp=*simd*" > 
improve.
Prior to change: 36 tests come back as UNSUPPORTED. Post change: There are no 
longer
any UNSUPPORTED. However, 16 tests now FAIL.

Line 8070 in gcc/expr.c is causing ICE. The assertion is 'gcc_assert (MEM_P 
(result))'.
Just above it is a comment explaining the assertion's failure as being either a
front-end bug or a tree optimizer bug. The bug being failure to mark a DECL as
TREE_ADDRESSABLE.

I am attempting to compare results in gdb sessions: the first on an x86_64 
system where
a SIMD testcase passes, the 2nd on a PPC64 system where the same testcase 
fails. I'm
looking to identify the point at which the implementations diverge. It's been a 
slog so
far.

Does anyone have a better idea of how to proceed? Perhaps the comment 
explaining the
assertion is less cryptic to you?

Bert.


gcc-10-20200308 is now available

2020-03-08 Thread GCC Administrator
Snapshot gcc-10-20200308 is now available on
  https://gcc.gnu.org/pub/gcc/snapshots/10-20200308/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.

This snapshot has been generated from the GCC 10 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch master 
revision 9de42a8e995451cb13dceb3970ae23ff88240bff

You'll find:

 gcc-10-20200308.tar.xz   Complete GCC

  SHA256=cbd1498fcba449649142411ddcfc2bd08b52b8dccd0539a64af82ab13d54f5bf
  SHA1=41dce5595797f5bf7f59e87f9cba696d98857f29

Diffs from 10-20200301 are available in the diffs/ subdirectory.

When a particular snapshot is ready for public consumption the LATEST-10
link is updated and a message is sent to the gcc list.  Please do not use
a snapshot before it has been announced that way.