[gcc r15-3568] ada: Include missing associated header file
Marc Poulhi?s
dkm@gcc.gnu.org
Tue Sep 10 07:45:02 GMT 2024
https://gcc.gnu.org/g:73dc46f47be6157eaebc3fd089f57fab2304bb01
commit r15-3568-g73dc46f47be6157eaebc3fd089f57fab2304bb01
Author: Eric Botcazou <ebotcazou@adacore.com>
Date: Tue Aug 27 16:13:08 2024 +0200
ada: Include missing associated header file
memmodel.h must be included alongside tm_p.h for the sake of the SPARC port.
gcc/ada/
* gcc-interface/misc.cc: Include memmodel.h before tm_p.h.
Diff:
---
gcc/ada/gcc-interface/misc.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/gcc/ada/gcc-interface/misc.cc b/gcc/ada/gcc-interface/misc.cc
index 645937f796ca..2aa1bfd410b2 100644
--- a/gcc/ada/gcc-interface/misc.cc
+++ b/gcc/ada/gcc-interface/misc.cc
@@ -28,6 +28,7 @@
#include "coretypes.h"
#include "target.h"
#include "tree.h"
+#include "memmodel.h"
#include "tm_p.h"
#include "diagnostic.h"
#include "opts.h"
More information about the Gcc-cvs
mailing list