On Thu, Dec 05, 2019 at 09:25:40AM -0500, David Edelsohn wrote: > Sorry. I had to add tm_p.h because Jakub's earlier patch to add > output.h to cp-gimplify.c broke AIX. > > We certainly can add memmodel.h to cp-gimplify.c.
I'd say so. E.g. c-family/c-cppbuiltin.c which also includes output.h includes "memmodel.h" and "tm_h.h" in that order for the same reason (since r241121). Jakub