These tests in the modules/ directory specifically want to test
behavior without modules enabled, so let's make that explicit.
gcc/testsuite/ChangeLog:
* g++.dg/modules/cpp-1.C
* g++.dg/modules/cpp-3.C
* g++.dg/modules/cpp-4.C: Specify -fno-modules.
// { dg-do preprocess }
+// { dg-additional-options -fno-modules }
module bob;
#if 1
EXPORT import mabel;
int i;
-// { dg-final { scan-file cpp-1.i "cpp-1.C\"\n\n\nmodule bob;\n\nexport import stuart;\n\n\n\nimport gru;\n\n import mabel;\n" } }
+// { dg-final { scan-file cpp-1.i "cpp-1.C\"\n\n\n\nmodule bob;\n\nexport import stuart;\n\n\n\nimport gru;\n\n import mabel;\n" } }
// { dg-do preprocess }
+// { dg-additional-options -fno-modules }
#define NAME(X) X;
+// { dg-additional-options -fno-modules }
// { dg-do preprocess }
#if 1