https://gcc.gnu.org/g:54a95706d88960243be39ab475cbcf84d1dc5b5b
commit r17-1114-g54a95706d88960243be39ab475cbcf84d1dc5b5b Author: Dhruv Chawla <[email protected]> Date: Wed May 20 11:42:44 2026 +0000 mingw: Fix typo in winnt-cxx.cc Signed-off-by: Dhruv Chawla <[email protected]> gcc/ChangeLog: * config/mingw/winnt-cxx.cc (i386_pe_adjust_class_at_definition): Fix typos. Diff: --- gcc/config/mingw/winnt-cxx.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/mingw/winnt-cxx.cc b/gcc/config/mingw/winnt-cxx.cc index e23a4b208130..aebb30307906 100644 --- a/gcc/config/mingw/winnt-cxx.cc +++ b/gcc/config/mingw/winnt-cxx.cc @@ -142,7 +142,7 @@ i386_pe_adjust_class_at_definition (tree t) { /* We don't actually add the attribute to the decl, just set the flag that signals that the address of this symbol is not a compile-time - constant. Any subsequent out-of-class declaration of members wil + constant. Any subsequent out-of-class declaration of members will cause the DECL_DLLIMPORT_P flag to be unset. (See tree.cc: merge_dllimport_decl_attributes). That is just right since out-of class declarations can only be a
