mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-18 02:43:40 +00:00
Estimated hours taken: 14 Branches: main Change the compiler and tools so that `.' and not `:' is now used as the module separator in all output. Infix `.' now has associativity yfx and priority 10. NEWS: Report the change. configure.in: Amend the test for an up-to-date Mercury compiler to check whether it recognises `.' as a module qualifier. compiler/code_gen.m: compiler/error_util.m: compiler/hlds_out.m: compiler/prog_out.m: compiler/prog_util.m: compiler/rl_exprn.m: compiler/rl_gen.m: compiler/source_file_map.m: compiler/unused_args.m: library/io.m: library/rtti_implementation.m: library/type_desc.m: runtime/mercury_debug.c: runtime/mercury_deconstruct.c: runtime/mercury_stack_trace.c: Change `:' to `.' as module separator for output. compiler/mercury_to_mercury.m: compiler/prog_io_typeclass.m: As above. Fixed a bug where `.' was not being recognised as a module separator. doc/reference_manual.texi: Report the change. library/term_io.m: Ensure that infix `.' is written without surrounding spaces. tests/hard_coded/dot_separator.m: tests/hard_coded/dot_separator.exp: tests/hard_coded/Mmakefile: Test case added.
142 lines
5.3 KiB
Plaintext
142 lines
5.3 KiB
Plaintext
A collection of symbols for use in testing mdemangle.
|
|
|
|
Each symbol is followed by the correct decoding.
|
|
|
|
a common block
|
|
<shared constant number 21 for module mercury_builtin>
|
|
<shared constant number 21 for module mercury_builtin>
|
|
|
|
a type ctor info
|
|
<type_ctor_info for type 'mercury_builtin.list'/1>
|
|
<type_ctor_info for type 'mercury_builtin.list'/1>
|
|
|
|
a type ctor layout
|
|
<type_ctor_layout for type 'mercury_builtin.term__context'/0>
|
|
<type_ctor_layout for type 'mercury_builtin.term__context'/0>
|
|
|
|
a type ctor functors
|
|
<type_ctor_functors for type 'eliza.message'/0>
|
|
<type_ctor_functors for type 'eliza.message'/0>
|
|
|
|
an unqualified type ctor info
|
|
<type_ctor_info for type 'int'/0>
|
|
<type_ctor_info for type 'int'/0>
|
|
|
|
an unqualified type ctor layout
|
|
<type_ctor_layout for type 'float'/0>
|
|
<type_ctor_layout for type 'float'/0>
|
|
|
|
a mangled name
|
|
<predicate '!'/0 mode 0>
|
|
<predicate '!'/0 mode 0>
|
|
|
|
a compare predicate
|
|
<compare/3 predicate for type 'mercury_builtin.comparison_result'/0>
|
|
<compare/3 predicate for type 'mercury_builtin.comparison_result'/0>
|
|
|
|
an index predicate
|
|
<index/2 predicate for type 'mercury_builtin.list'/1>
|
|
<index/2 predicate for type 'mercury_builtin.list'/1>
|
|
|
|
a unify predicate
|
|
<unification predicate for type 'mercury_builtin.term'/0 mode 0>
|
|
<unification predicate for type 'mercury_builtin.term'/0 mode 0>
|
|
|
|
a normal predicate
|
|
<predicate 'copy'/2 mode 1>
|
|
<predicate 'copy'/2 mode 1>
|
|
|
|
a function
|
|
<function 'copy'/2 mode 1>
|
|
<function 'copy'/2 mode 1>
|
|
|
|
an internal label
|
|
<predicate 'copy'/2 mode 1 label 5>
|
|
<predicate 'copy'/2 mode 1 label 5>
|
|
|
|
unused args
|
|
<predicate 'copy'/2 mode 1 (minus unused args [#0])>
|
|
<predicate 'copy'/2 mode 1 (minus unused args [#0])>
|
|
|
|
unused args
|
|
<predicate 'copy'/2 mode 1 (minus extra unused args [#0])>
|
|
<predicate 'copy'/2 mode 1 (minus extra unused args [#0])>
|
|
|
|
higher order specialization
|
|
<predicate 'copy'/2 mode 1 (specialized [#7])>
|
|
<predicate 'copy'/2 mode 1 (specialized [#7])>
|
|
|
|
higher order specialization (regression test for 1 char pred names)
|
|
<predicate 'c'/2 mode 1 (specialized [#7])>
|
|
<predicate 'c'/2 mode 1 (specialized [#7])>
|
|
|
|
higher order specialization and unused args
|
|
<predicate 'copy'/2 mode 1 (specialized [#7]) (minus unused args [#0])>
|
|
<predicate 'copy'/2 mode 1 (specialized [#7]) (minus unused args [#0])>
|
|
|
|
mangled name with unused args
|
|
<predicate '!'/2 mode 0 (minus unused args [#0])>
|
|
<predicate '!'/2 mode 0 (minus unused args [#0])>
|
|
|
|
some tests of symbols that should not be demangled
|
|
(this is a regression test: previous versions of mdemangle
|
|
seg faulted for this case)
|
|
mercury_data_foo
|
|
mercury_data_foo
|
|
|
|
some lambda goals
|
|
<pred goal (#9) from 'simplex' in module 'lp' line 262 label 5>
|
|
<pred goal (#9) from 'simplex' in module 'lp' line 262 label 5>
|
|
<func goal (#4) from 'collect_vars' in module 'lp' line 153>
|
|
<func goal (#4) from 'collect_vars' in module 'lp' line 153>
|
|
|
|
procedures introduced by deforestation
|
|
<deforestation procedure (#9) from 'simplex' in module 'lp' line 262 label 5>
|
|
<deforestation procedure (#9) from 'simplex' in module 'lp' line 262 label 5>
|
|
<deforestation procedure (#4) from 'collect_vars' in module 'lp' line 153>
|
|
<deforestation procedure (#4) from 'collect_vars' in module 'lp' line 153>
|
|
|
|
procedure introduced by type specialization
|
|
<function 'sparse_bitset.list_to_set'/1 mode 0 (type specialized [T = var(V_2)])>
|
|
<function 'sparse_bitset.list_to_set'/1 mode 0 (type specialized [T = var(V_2)])>
|
|
|
|
type specialization and deforestion
|
|
XXX this needs to be fixed
|
|
<predicate 'doubleapp_impl.DeforestationIn__pred__TypeSpecOf__pred_or_func__double_app__[T = int]__21__0'/5 mode 0 (minus unused args [#0])>
|
|
<predicate 'doubleapp_impl.DeforestationIn__pred__TypeSpecOf__pred_or_func__double_app__[T = int]__21__0'/5 mode 0 (minus unused args [#0])>
|
|
|
|
A realistic test
|
|
ml -s asm_fast.gc.tr --no-demangle -o interpreter interpreter_init.o \
|
|
interpreter.o -lcfloat_lib
|
|
Undefined first referenced
|
|
symbol in file
|
|
<predicate 'tr_store.get_mutvar'/4 mode 0> interpreter.o
|
|
<index/2 predicate for type 'store.mutvar'/2> interpreter.o
|
|
<compare/3 predicate for type 'store.mutvar'/2> interpreter.o
|
|
<predicate 'std_util.unsorted_aggregate'/4 mode 5> interpreter.o
|
|
<type_ctor_info for type 'store.some_store_type'/0> interpreter.o
|
|
<unification predicate for type 'store.mutvar'/2 mode 0> interpreter.o
|
|
<predicate 'tr_store.new_mutvar'/4 mode 0> interpreter.o
|
|
<predicate 'tr_store.set_mutvar'/4 mode 0> interpreter.o
|
|
<type_ctor_info for type 'store.mutvar'/2> interpreter.o
|
|
ld: fatal: Symbol referencing errors. No output written to interpreter
|
|
gmake: *** [interpreter] Error 1
|
|
|
|
A realistic test
|
|
ml -s asm_fast.gc.tr --no-demangle -o interpreter interpreter_init.o \
|
|
interpreter.o -lcfloat_lib
|
|
Undefined first referenced
|
|
symbol in file
|
|
<predicate 'tr_store.get_mutvar'/4 mode 0> interpreter.o
|
|
<index/2 predicate for type 'store.mutvar'/2> interpreter.o
|
|
<compare/3 predicate for type 'store.mutvar'/2> interpreter.o
|
|
<predicate 'std_util.unsorted_aggregate'/4 mode 5> interpreter.o
|
|
<type_ctor_info for type 'store.some_store_type'/0> interpreter.o
|
|
<unification predicate for type 'store.mutvar'/2 mode 0> interpreter.o
|
|
<predicate 'tr_store.new_mutvar'/4 mode 0> interpreter.o
|
|
<predicate 'tr_store.set_mutvar'/4 mode 0> interpreter.o
|
|
<type_ctor_info for type 'store.mutvar'/2> interpreter.o
|
|
ld: fatal: Symbol referencing errors. No output written to interpreter
|
|
gmake: *** [interpreter] Error 1
|
|
|