OSDN Git Service

* stmt.c (all_cases_count, mark_seen_cases): New functions.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Aug 1994 23:42:28 +0000 (23:42 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Aug 1994 23:42:28 +0000 (23:42 +0000)
commit282f059462f590b647c1027e4f70ba839625f08a
tree0a4bb7db39b8818eaae4160604d11a8b0acba84d
parent74b9c196eb88d8c50040848270af78b0acb2193f
* stmt.c (all_cases_count, mark_seen_cases):  New functions.
(BITARRAY_TEST, BITARRAY_SET):  New macros.  Used (mainly by
Chill) to check all cases are covered (for enums and ranges).
(check_for_full_enumeration_handling):  Re-write to use the
new functions, now that we have them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8009 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/stmt.c