https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |egallager at gcc dot gnu.org --- Comment #9 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Joseph S. Myers from comment #7) > FWIW, the following files include tm.h and appear not to have any direct > uses of target macros, or uses of the most common headers (such as rtl.h or > cp-tree.h) that depend on tm.h. They require more careful checks of what > headers they are using for any hidden tm.h dependencies, but may be good > candidates for the removal of tm.h includes. > > gcc/java/except.c > gcc/java/jvgenmain.c > gcc/java/jvspec.c > gcc/java/mangle.c > gcc/java/zextract.c I don't know about the rest of them, but these at least are gone.