[project @ 2000-07-02 19:23:21 by panne]
authorpanne <unknown>
Sun, 2 Jul 2000 19:23:22 +0000 (19:23 +0000)
committerpanne <unknown>
Sun, 2 Jul 2000 19:23:22 +0000 (19:23 +0000)
Removed -noC flag, which has vanished from the driver

12 files changed:
ghc/tests/README
ghc/tests/ccall/should_compile/Makefile
ghc/tests/ccall/should_fail/Makefile
ghc/tests/deSugar/should_compile/Makefile
ghc/tests/deriving/should_compile/Makefile
ghc/tests/deriving/should_fail/Makefile
ghc/tests/printing/should_compile/Makefile
ghc/tests/reader/should_compile/Makefile
ghc/tests/reader/should_fail/Makefile
ghc/tests/rename/should_fail/Makefile
ghc/tests/stranal/should_compile/Makefile
ghc/tests/typecheck/should_compile/Makefile

index 0054e5d..88975d1 100644 (file)
@@ -35,9 +35,10 @@ options. For example,
 
   tc093_HC_OPTS = -noC -ddump-tc 
 
--noC tells not bother generating any C (not point in doing that, since we
-only want to test the typechecker).  -ddump-tc tells ghc to dump the
-typechecker state. 
+-noC tells not bother generating any C (no point in doing that, since
+we only want to test the typechecker. NOTE: Currently the driver does
+not handle the -noC flag anymore).  -ddump-tc tells ghc to dump the
+typechecker state.
 
 Depending on the tests/ subdirectory, a default exit code is
 expected from all tests therein, normally 0 (==success).
index 7c553f5..a56869f 100644 (file)
@@ -2,7 +2,7 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_compile.mk
 
-SRC_HC_OPTS += -noC -dcore-lint -fglasgow-exts
+SRC_HC_OPTS += -dcore-lint -fglasgow-exts
 
 # Note that these tests are still in a state of flux... don't believe errors
 # they report. In fact, these aren't really very good tests at all...
index 108ff21..ac50886 100644 (file)
@@ -2,6 +2,6 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_fail.mk
 
-SRC_HC_OPTS += -noC -fglasgow-exts
+SRC_HC_OPTS += -fglasgow-exts
 
 include $(TOP)/mk/target.mk
index 0bd45f5..baa35fb 100644 (file)
@@ -2,7 +2,7 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_compile.mk
 
-SRC_HC_OPTS += -noC -dcore-lint
+SRC_HC_OPTS += -dcore-lint
 
 ds035_HC_OPTS = -fglasgow-exts
 ds044_HC_OPTS = -O -funbox-strict-fields
index fe63d60..d2bdb36 100644 (file)
@@ -2,6 +2,6 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_compile.mk
 
-SRC_HC_OPTS += -noC -dcore-lint -nohi
+SRC_HC_OPTS += -dcore-lint -nohi
 
 include $(TOP)/mk/target.mk
index 814df45..c2170a4 100644 (file)
@@ -2,6 +2,4 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_fail.mk
 
-SRC_HC_OPTS += -noC
-
 include $(TOP)/mk/target.mk
index c4140f2..14876ec 100644 (file)
@@ -2,7 +2,7 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_compile.mk
 
-SRC_HC_OPTS += -noC -dcore-lint -hi-with-declarations -hi-with-exports -hi-with-instances -hi-with-fixities -ddump-tc
+SRC_HC_OPTS += -dcore-lint -hi-with-declarations -hi-with-exports -hi-with-instances -hi-with-fixities -ddump-tc
 
 print002_HC_OPTS = -fno-implicit-prelude
 
index c1b1008..ac9ca82 100644 (file)
@@ -2,7 +2,7 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_compile.mk
 
-SRC_HC_OPTS += -noC -dcore-lint
+SRC_HC_OPTS += -dcore-lint
 
 read012_HC_OPTS += -O -funfold-casms-in-hi-file -fglasgow-exts -ohi T1.hi
 read013_HC_OPTS += -O -funfold-casms-in-hi-file -fglasgow-exts
index 389a4ca..3bedd70 100644 (file)
@@ -2,7 +2,7 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_fail.mk
 
-SRC_HC_OPTS += -noC -ddump-parsed
+SRC_HC_OPTS += -ddump-parsed
 
 read013_HC_OPTS += -fglasgow-exts
 
index 814df45..c2170a4 100644 (file)
@@ -2,6 +2,4 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_fail.mk
 
-SRC_HC_OPTS += -noC
-
 include $(TOP)/mk/target.mk
index 8707162..17c5e92 100644 (file)
@@ -2,7 +2,7 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_compile.mk
 
-SRC_HC_OPTS += -noC -O -dcore-lint
+SRC_HC_OPTS += -O -dcore-lint
 
 str001_HC_OPTS = -hi-with-decls -hi-with-exports -hi-with-instances
 
index bf34049..95354e5 100644 (file)
@@ -2,7 +2,7 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_compile.mk
 
-SRC_HC_OPTS += -noC -dcore-lint -fno-warn-incomplete-patterns -hi-with-declarations -hi-with-instances -hi-with-exports
+SRC_HC_OPTS += -dcore-lint -fno-warn-incomplete-patterns -hi-with-declarations -hi-with-instances -hi-with-exports
 
 tc019_HC_OPTS = -fglasgow-exts
 tc065_HC_OPTS = -package lang -package data