On Tue, 29 Jun 2021, David Edelsohn via Gcc-patches wrote:
> On Tue, Jun 29, 2021 at 10:33 AM Joseph Myers wrote:
> >
> > There's now a build failure for sparc64-linux-gnu:
> >
> > In file included from ./tm_p.h:4:0,
> > from /scratch/jmyers/glibc-bot/src/gcc/gcc/ctfout.c:24:
> >
On Tue, Jun 29, 2021 at 10:33 AM Joseph Myers wrote:
>
> There's now a build failure for sparc64-linux-gnu:
>
> In file included from ./tm_p.h:4:0,
> from /scratch/jmyers/glibc-bot/src/gcc/gcc/ctfout.c:24:
> /scratch/jmyers/glibc-bot/src/gcc/gcc/config/sparc/sparc-protos.h:46:47:
There's now a build failure for sparc64-linux-gnu:
In file included from ./tm_p.h:4:0,
from /scratch/jmyers/glibc-bot/src/gcc/gcc/ctfout.c:24:
/scratch/jmyers/glibc-bot/src/gcc/gcc/config/sparc/sparc-protos.h:46:47: error:
use of enum 'memmodel' without previous declaration
exte
bootstrap: Include tm_p.h in btfout.c and ctfout.c.
btfout.c and ctfout.c reference target-specific macros that
may reference target-specific functions that are declared in a
target-specific header. tm_p.h must be included to access the
target-specific header.
Bootstr