On Fri, 2021-02-26 at 04:23 +, brian.sobulefsky wrote:
> Hi,
>
> I have implemented the discussed change, bootstrapped, and run the
> testsuite. I
> would be submitting except to my disappointment I saw failures
> increase by 4. As
> it turns out, these "failures" are actually passes that had
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6'
--with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs
--enable-
On Fri, 26 Feb 2021, 21:59 Hoyer, David via Gcc, wrote:
> COLLECT_GCC=gcc
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
> OFFLOAD_TARGET_NAMES=nvptx-none
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.
Thank you for redirecting to the correct group!
Requested version information:
GNU gdb (Debian 8.2.1-2+b3) 8.2.1
Python 3.7.3
From: Jonathan Wakely
Sent: Friday, February 26, 2021 4:27 PM
To: Hoyer, David
Cc: gcc@gcc.gnu.org; libstdc++
Subject: Re: printers.py issue
NetApp Security WARNING: T
Snapshot gcc-9-20210226 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/9-20210226/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 9 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
Using https://thinkingeek.com/gcc-tiny/ as a model, I've begun adding a
new language to gcc. I'm having trouble controlling how Bison is
invoked.
In my Make-lang.in, I have
YACC = bison
YFLAGS = -Werror --debug --verbose
but when I build, I see bison invoked on my .y file as
I'll send it. It is not too slow. I just figured I would try to fix the others
but I get that it is easier for you to see changes in steps.
Brian
Sent with ProtonMail Secure Email.
‐‐‐ Original Message ‐‐‐
On Friday, February 26, 2021 8:36 AM, David Malcolm wrote:
> On Fri, 2021-02-2