summaryrefslogtreecommitdiff
path: root/gcc/testsuite
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2009-05-04 08:37:59 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2009-05-04 08:37:59 +0000
commitfe460c793236b9eb111d979efb14ce985393572e (patch)
treed62dd7ec4b719d0415227cf2f0ba4ead60258ab8 /gcc/testsuite
parente6e189fa270c5aa4aa168eef3935aa7e40f30175 (diff)
downloadgcc-fe460c793236b9eb111d979efb14ce985393572e.tar.gz
2009-05-04 Basile Starynkevitch <basile@starynkevitch.net>
replaced all -fbasilys options by -fmelt * doc/melt.texi: updated documentation for -fmelt * basilys.c (do_initial_command) (load_basilys_modules_and_do_command): -fmelt replacing -fbasilys in messages or comments. * common.opt: replaced all -fbasilys by -fmelt. * Makefile.in: likewise. * testsuite/melt/tmatch-2.melt: likewise. * testsuite/melt/tmatch-3.melt: likewise. * testsuite/melt/tcond-1.melt: likewise. * testsuite/melt/tmallbuf.c: likewise. * testsuite/melt/t2iter.melt: likewise. * testsuite/melt/tmacrostring.melt: likewise. * testsuite/melt/tmultilong.melt: likewise. * testsuite/melt/tmatch-1.melt: likewise. * melt/ana-simple.melt: likewise. * melt/warmelt-outobj.melt: likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@147092 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite')
-rw-r--r--gcc/testsuite/melt/t2iter.melt8
-rw-r--r--gcc/testsuite/melt/tcond-1.melt8
-rw-r--r--gcc/testsuite/melt/tmacrostring.melt8
-rw-r--r--gcc/testsuite/melt/tmallbuf.c10
-rw-r--r--gcc/testsuite/melt/tmatch-1.melt8
-rw-r--r--gcc/testsuite/melt/tmatch-2.melt8
-rw-r--r--gcc/testsuite/melt/tmatch-3.melt8
-rw-r--r--gcc/testsuite/melt/tmultilong.melt8
8 files changed, 33 insertions, 33 deletions
diff --git a/gcc/testsuite/melt/t2iter.melt b/gcc/testsuite/melt/t2iter.melt
index cbc635d21fb..d42b8c5d8b2 100644
--- a/gcc/testsuite/melt/t2iter.melt
+++ b/gcc/testsuite/melt/t2iter.melt
@@ -5,10 +5,10 @@
;; TO BE TESTED
#|
- ./cc1 -Wno-shadow -fbasilys=runfile \
- -fbasilys-dynlibdir=. -fbasilys-compile-script=./built-melt-cc-script \
- -fbasilys-gensrcdir=. -fbasilys-tempdir=/tmp \
- -fbasilys-init="@warmelt2" -fbasilys-arg=t2iter.melt
+ ./cc1 -Wno-shadow -fmelt=runfile \
+ -fmelt-dynlibdir=. -fmelt-compile-script=./built-melt-cc-script \
+ -fmelt-gensrcdir=. -fmelt-tempdir=/tmp \
+ -fmelt-init="@warmelt2" -fmelt-arg=t2iter.melt
|#
(defun t2iter (tu f g)
diff --git a/gcc/testsuite/melt/tcond-1.melt b/gcc/testsuite/melt/tcond-1.melt
index 440085334ba..906795037cc 100644
--- a/gcc/testsuite/melt/tcond-1.melt
+++ b/gcc/testsuite/melt/tcond-1.melt
@@ -2,10 +2,10 @@
;; file tcond-1.melt
#| run in buildir/gcc
- ./cc1 -fbasilys=translatefile -fbasilys-dynlibdir=. \
- -fbasilys-compile-script=built-melt-cc-script \
- -fbasilys-gensrcdir=. -fbasilys-tempdir=/tmp -fbasilys-init=@warmelt2 \
- -fbasilys-arg=..../tcond-1.melt -fbasilys-debug; indent tcond-1.c; ./built-melt-cc-script -n tcond-1.c
+ ./cc1 -fmelt=translatefile -fmelt-dynlibdir=. \
+ -fmelt-compile-script=built-melt-cc-script \
+ -fmelt-gensrcdir=. -fmelt-tempdir=/tmp -fmelt-init=@warmelt2 \
+ -fmelt-arg=..../tcond-1.melt -fmelt-debug; indent tcond-1.c; ./built-melt-cc-script -n tcond-1.c
|#
;; this exercise a bug in rev143769
diff --git a/gcc/testsuite/melt/tmacrostring.melt b/gcc/testsuite/melt/tmacrostring.melt
index b4e0473dbb9..728bf11f208 100644
--- a/gcc/testsuite/melt/tmacrostring.melt
+++ b/gcc/testsuite/melt/tmacrostring.melt
@@ -3,10 +3,10 @@
;;; this tests the macrostring read syntax
#|
- ./cc1 -Wno-shadow -fbasilys=runfile \
- -fbasilys-dynlibdir=. -fbasilys-compile-script=./built-melt-cc-script \
- -fbasilys-gensrcdir=. -fbasilys-tempdir=/tmp \
- -fbasilys-init="@warmelt2" -fbasilys-arg=tmacrostring.melt
+ ./cc1 -Wno-shadow -fmelt=runfile \
+ -fmelt-dynlibdir=. -fmelt-compile-script=./built-melt-cc-script \
+ -fmelt-gensrcdir=. -fmelt-tempdir=/tmp \
+ -fmelt-init="@warmelt2" -fmelt-arg=tmacrostring.melt
|#
(defprimitive say (:cstring s) :void
diff --git a/gcc/testsuite/melt/tmallbuf.c b/gcc/testsuite/melt/tmallbuf.c
index ae013e068e5..9c58f91b38c 100644
--- a/gcc/testsuite/melt/tmallbuf.c
+++ b/gcc/testsuite/melt/tmallbuf.c
@@ -1,11 +1,11 @@
/* file testsuite/melt/tmallbuf.c */
/***
run in buildir/gcc
- ./cc1 -fbasilys=smallana \
- -fbasilys-dynlibdir=. \
- -fbasilys-compile-script=./built-melt-cc-script \
- -fbasilys-gensrcdir=. -fbasilys-tempdir=/tmp \
- -fbasilys-debug \
+ ./cc1 -fmelt=smallana \
+ -fmelt-dynlibdir=. \
+ -fmelt-compile-script=./built-melt-cc-script \
+ -fmelt-gensrcdir=. -fmelt-tempdir=/tmp \
+ -fmelt-debug \
-Wall -O .../tmallbuf.c
***/
diff --git a/gcc/testsuite/melt/tmatch-1.melt b/gcc/testsuite/melt/tmatch-1.melt
index d341db9948a..8123f24a5c5 100644
--- a/gcc/testsuite/melt/tmatch-1.melt
+++ b/gcc/testsuite/melt/tmatch-1.melt
@@ -3,10 +3,10 @@
;; test the match operation
#| run in buildir/gcc
- ./cc1 -fbasilys=translatefile -fbasilys-dynlibdir=. \
- -fbasilys-compile-script=./built-melt-cc-script \
- -fbasilys-gensrcdir=. -fbasilys-tempdir=/tmp -fbasilys-init=@warmelt2 \
- -fbasilys-arg=..../tmatch-1.melt -fbasilys-debug
+ ./cc1 -fmelt=translatefile -fmelt-dynlibdir=. \
+ -fmelt-compile-script=./built-melt-cc-script \
+ -fmelt-gensrcdir=. -fmelt-tempdir=/tmp -fmelt-init=@warmelt2 \
+ -fmelt-arg=..../tmatch-1.melt -fmelt-debug
|#
(defun tmatch_aa (x f g)
diff --git a/gcc/testsuite/melt/tmatch-2.melt b/gcc/testsuite/melt/tmatch-2.melt
index 39e6567fc19..28c98c2305e 100644
--- a/gcc/testsuite/melt/tmatch-2.melt
+++ b/gcc/testsuite/melt/tmatch-2.melt
@@ -2,10 +2,10 @@
;; file tmatch-2.melt
#| run in buildir/gcc
- ./cc1 -fbasilys=translatefile -fbasilys-dynlibdir=. \
- -fbasilys-compile-script=./built-melt-cc-script \
- -fbasilys-gensrcdir=. -fbasilys-tempdir=/tmp -fbasilys-init=@warmelt2 \
- -fbasilys-arg=..../tmatch-2.melt -fbasilys-debug
+ ./cc1 -fmelt=translatefile -fmelt-dynlibdir=. \
+ -fmelt-compile-script=./built-melt-cc-script \
+ -fmelt-gensrcdir=. -fmelt-tempdir=/tmp -fmelt-init=@warmelt2 \
+ -fmelt-arg=..../tmatch-2.melt -fmelt-debug
|#
(defcmatcher even
diff --git a/gcc/testsuite/melt/tmatch-3.melt b/gcc/testsuite/melt/tmatch-3.melt
index c72915fccce..3ca12590506 100644
--- a/gcc/testsuite/melt/tmatch-3.melt
+++ b/gcc/testsuite/melt/tmatch-3.melt
@@ -2,10 +2,10 @@
;; file tmatch-3.melt
#| run in buildir/gcc
- ./cc1 -fbasilys=translatefile -fbasilys-dynlibdir=. \
- -fbasilys-compile-script=./built-melt-cc-script \
- -fbasilys-gensrcdir=. -fbasilys-tempdir=/tmp -fbasilys-init=@warmelt2 \
- -fbasilys-arg=..../tmatch-3.melt -fbasilys-debug
+ ./cc1 -fmelt=translatefile -fmelt-dynlibdir=. \
+ -fmelt-compile-script=./built-melt-cc-script \
+ -fmelt-gensrcdir=. -fmelt-tempdir=/tmp -fmelt-init=@warmelt2 \
+ -fmelt-arg=..../tmatch-3.melt -fmelt-debug
|#
(defprimitive tree_content (v) :tree
diff --git a/gcc/testsuite/melt/tmultilong.melt b/gcc/testsuite/melt/tmultilong.melt
index 54da2f00712..74cf9d8ec46 100644
--- a/gcc/testsuite/melt/tmultilong.melt
+++ b/gcc/testsuite/melt/tmultilong.melt
@@ -4,10 +4,10 @@
;; this tests that a :long argument is ok in multicall
#|
- ./cc1 -Wno-shadow -fbasilys=runfile \
- -fbasilys-dynlibdir=. -fbasilys-compile-script=./built-melt-cc-script \
- -fbasilys-gensrcdir=. -fbasilys-tempdir=/tmp \
- -fbasilys-init="@warmelt2" -fbasilys-arg=tmultilong.melt
+ ./cc1 -Wno-shadow -fmelt=runfile \
+ -fmelt-dynlibdir=. -fmelt-compile-script=./built-melt-cc-script \
+ -fmelt-gensrcdir=. -fmelt-tempdir=/tmp \
+ -fmelt-init="@warmelt2" -fmelt-arg=tmultilong.melt
|#
(defun tmultilong (f x)