8sa1-gcc/gcc/ch
Kaveh R. Ghazi 297a6bfc70 Warning fixes:
* ch-tree.h (build_delay_case_end): Remove unused parameter.
        (build_receive_case_end): Likewise.
        (check_queue_size): Likewise.
        * parse.c: Callers changed.
        * satisfy.c: Likewise.
        * tasking.c (build_receive_buffer_case_end): Remove unused
        parameter `label_cnt'.
        (build_receive_signal_case_end): Likewise.
        (build_receive_case_end): Likewise.
        (build_delay_case_end): Likewise.
        (check_queue_size): Likewise for parameter `type'.
        All callers changed.

From-SVN: r22957
1998-10-09 10:08:26 +00:00
..
actions.c Warning fixes: 1998-09-30 16:49:55 +00:00
actions.h
ch-tree.def
ch-tree.h Warning fixes: 1998-10-09 10:08:26 +00:00
ChangeLog Warning fixes: 1998-10-09 10:08:26 +00:00
chill.brochure
chill.in
chill.texi
config-lang.in
configure
convert.c Warning fixes: 1998-09-30 16:34:45 +00:00
decl.c typeck (type_for_mode): Only return TItype nodes when HOST_BITS_PER_WIDE_INT is >= 64 bits. 1998-10-07 23:01:10 -06:00
except.c Warning fixes: 1998-09-30 16:49:55 +00:00
expr.c ch-tree.h (build_compare_expr): Change first argument's type from enum chill_tree_code' to enum tree_code'. 1998-09-29 18:41:05 +00:00
gperf
grant.c Warning fixes: 1998-09-30 16:34:45 +00:00
hash.h Warning fixes: 1998-10-07 09:29:29 +00:00
inout.c Warning fixes: 1998-09-30 16:34:45 +00:00
lang-options.h
lang-specs.h
lang.c
lex.c Replace occurances of HANDLE_SYSV_PRAGMA with HANDLE_GENERIC_PRAGMAS. 1998-10-01 10:53:39 +00:00
lex.h
loop.c
Make-lang.in
Makefile.in Warning fixes: 1998-10-07 09:29:29 +00:00
nloop.c
parse.c Warning fixes: 1998-10-09 10:08:26 +00:00
parse.h
README
satisfy.c Warning fixes: 1998-10-09 10:08:26 +00:00
tasking.c Warning fixes: 1998-10-09 10:08:26 +00:00
tasking.h
timing.c
tree.c
typeck.c typeck (type_for_mode): Only return TItype nodes when HOST_BITS_PER_WIDE_INT is >= 64 bits. 1998-10-07 23:01:10 -06:00
xtypeck.c

This directory contains the GNU front-end for the Chill language,
contributed by Cygnus Solutions.

Chill is the "CCITT High-Level Language", where CCITT is the old
name for what is now ITU, the International Telecommunications Union.
It is is language in the Modula2 family, and targets many of the
same applications as Ada (especially large embedded systems).
Chill was never used much in the United States, but is still
being used in Europe, Brazil, Korea, and other places.

Chill has been standardized by a series of reports/standards.
The GNU implementation mostly follows the 1988 version of
the language, with some backwards compatibility options for
the 1984 version, and some other extensions.  However, it
does not implement all of the features of any standard.
The most recent standard is Z.200 (11/93), available from
http://www.itu.int/itudoc/itu-t/rec/z.html.

The GNU Chill implementation is not being actively developed.
Cygnus has one customer we are maintaining Chill for,
but we are not planning on putting major work into Chill.
This Net release is for educational purposes (as an example
of a different Gcc front-end), and for those who find it useful.
It is an unsupported hacker release.  Bug reports without
patches are likely to get ignored.  Questions may get answered or
ignored depending on our mood!  If you want to try your luck,
you can send a note to David Brolley <brolley@cygnus.com> or
Per Bothner <bothner@cygnus.com>.

One known problem is that we only support native builds of GNU Chill.
If you need a cross-compiler, you will find various problems,
including the directory structure, and the setjmp-based exception
handling mechanism.

The Chill run-time system is in the runtime sub-directory.
Notice rts.c contains a poor main's implementation of Chill
"processes" (threads).  It is not added to libchill.a.
We only use it for testing.  (Our customer uses a different
implementation for production work.)

The GNU Chill implementation was primarily written by
Per Bothner, along with Bill Cox, Wilfried Moser, Michael
Tiemann, and David Brolley.