On Tue, Jun 29, 2021 at 10:33 AM Joseph Myers <jos...@codesourcery.com> 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: > error: use of enum 'memmodel' without previous declaration > extern void sparc_emit_membar_for_model (enum memmodel, int, int); > ^ > > (and likewise in btfout.c).
I see memmodel.h included before tm_p.h. Do you want to commit that, or should I? Are you aware of other dependencies for other targets? Thanks, David