Tests Failing On x86_64

2018-10-28 Thread nick
Greetings all, I am getting failing tests when running with: make bootstrap make -k check The only code I am running is the below patch: >From 8c26b03c27912a367af52fd1e48eafb9b934fdf5 Mon Sep 17 00:00:00 2001 From: Nicholas Krause Date: Sun, 28 Oct 2018 22:23:35 -0400 Subject: [PATCH] Fix bug 86

gcc-9-20181028 is now available

2018-10-28 Thread gccadmin
Snapshot gcc-9-20181028 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/9-20181028/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 9 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision

Re: INTVAL type

2018-10-28 Thread Segher Boessenkool
On Sun, Oct 28, 2018 at 01:39:16PM -0400, Paul Koning wrote: > I was reviewing some back end code that handles integer values of various > sizes, and got confused reading about CONST_INT and CONST_DOUBLE. > > It's pretty clear that CONST_DOUBLE is used for values bigger than > HOST_WIDE_INT. Bu

INTVAL type

2018-10-28 Thread Paul Koning
I was reviewing some back end code that handles integer values of various sizes, and got confused reading about CONST_INT and CONST_DOUBLE. It's pretty clear that CONST_DOUBLE is used for values bigger than HOST_WIDE_INT. But the description of INTVAL is contradictory. In some places, it stat