8sa1-gcc/gcc/ch
Dave Brolley 13aa1501c0 expr.c (build_chill_function_call): Remove redundant call to chill_convert_to_assignment
Mon Sep 14 16:46:36 1998  Dave Brolley  <brolley@cygnus.com>
	* expr.c (build_chill_function_call): Remove redundant call to
 	chill_convert_to_assignment

From-SVN: r22417
1998-09-14 09:50:41 -04:00
..
actions.c actions.c (chill_convert_for_assignment): Make a copy of the result node before modifying it. 1998-09-10 10:56:22 -04:00
actions.h 1998-08-27 13:51:39 -07:00
ch-tree.def 1998-08-27 13:51:39 -07:00
ch-tree.h
ChangeLog expr.c (build_chill_function_call): Remove redundant call to chill_convert_to_assignment 1998-09-14 09:50:41 -04:00
chill.brochure 1998-08-27 13:51:39 -07:00
chill.in 1998-08-27 13:51:39 -07:00
chill.texi 1998-08-27 13:51:39 -07:00
config-lang.in 1998-08-27 13:51:39 -07:00
configure 1998-08-27 13:51:39 -07:00
convert.c 1998-08-27 13:51:39 -07:00
decl.c decl.c (layout_chill_variants): Calculate nlables properly. 1998-08-31 08:35:32 -04:00
except.c 1998-08-27 13:51:39 -07:00
expr.c expr.c (build_chill_function_call): Remove redundant call to chill_convert_to_assignment 1998-09-14 09:50:41 -04:00
gperf 1998-08-27 13:51:39 -07:00
grant.c 1998-08-27 13:51:39 -07:00
hash.h 1998-08-27 13:51:39 -07:00
inout.c 1998-08-27 13:51:39 -07:00
lang-options.h 1998-08-27 13:51:39 -07:00
lang-specs.h 1998-08-27 13:51:39 -07:00
lang.c 1998-08-27 13:51:39 -07:00
lex.c Change HANDLE_PRAGMA macro so that it supports USE_CPPLIB 1998-09-02 10:04:26 +00:00
lex.h 1998-08-27 13:51:39 -07:00
loop.c
Make-lang.in final.c (final): If a label is reached only from a single jump... 1998-09-06 05:52:08 +00:00
Makefile.in Makefile.in (INCLUDES): Update after recent reorganization at the toplevel gcc directory. 1998-09-05 16:51:23 -06:00
nloop.c 1998-08-27 13:51:39 -07:00
parse.c 1998-08-27 13:51:39 -07:00
parse.h 1998-08-27 13:51:39 -07:00
README Update reference to standard. 1998-08-28 02:43:24 +00:00
satisfy.c 1998-08-27 13:51:39 -07:00
tasking.c 1998-08-27 13:51:39 -07:00
tasking.h 1998-08-27 13:51:39 -07:00
timing.c 1998-08-27 13:51:39 -07:00
tree.c 1998-08-27 13:51:39 -07:00
typeck.c Chill testsuite problems... 1998-09-03 08:41:14 -04:00
xtypeck.c 1998-08-27 13:51:39 -07:00

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.