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
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
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
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