diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2025-07-29 10:56:10 -0700 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2025-07-29 10:56:10 -0700 |
commit | db57737117c3765e379750c977a7d404f2e2d50e (patch) | |
tree | 8ac49c9638d27138c1cc5793c0b71d64700d03a1 /gcc/warning-control.cc | |
parent | 75164bb769816261706d317e08a5fee6d8ba49b6 (diff) | |
parent | 0f61284eae6365e77b28af8fa4bc3dc7e5e0fac9 (diff) | |
download | gcc-db57737117c3765e379750c977a7d404f2e2d50e.zip gcc-db57737117c3765e379750c977a7d404f2e2d50e.tar.gz gcc-db57737117c3765e379750c977a7d404f2e2d50e.tar.bz2 |
Merge branch 'master' into devel/gfortran-test
Diffstat (limited to 'gcc/warning-control.cc')
-rw-r--r-- | gcc/warning-control.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/warning-control.cc b/gcc/warning-control.cc index 48446a7..e04ef69 100644 --- a/gcc/warning-control.cc +++ b/gcc/warning-control.cc @@ -28,7 +28,7 @@ #include "gimple.h" #include "cgraph.h" #include "hash-map.h" -#include "diagnostic-spec.h" +#include "gcc-diagnostic-spec.h" /* Return the no-warning bit for EXPR. */ |