Commit
dfa4fcdba374ed44d4aa1a22b2738f3f5c5b37af broke SPARC bootstrap:
In file included from ./tm_p.h:4,
from /vol/gcc/src/hg/master/local/gcc/adjust-alignment.c:28:
/vol/gcc/src/hg/master/local/gcc/config/sparc/sparc-protos.h:45:47: error: use of enum 'memmodel' without previous declaration
extern void sparc_emit_membar_for_model (enum memmodel, int, int);
^~~~~~~~
Fixed by including memmodel.h. Bootstrapped on sparc-sun-solaris2.11
and i386-pc-solaris2.11.
2020-05-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
gcc/
* adjust-alignment.c: Include memmodel.h.
+2020-05-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * adjust-alignment.c: Include memmodel.h.
+
2020-05-21 H.J. Lu <hongjiu.lu@intel.com>
PR target/95260
#include "target.h"
#include "tree.h"
#include "tree-pass.h"
+#include "memmodel.h"
#include "tm_p.h"
namespace {