]> git.ipfire.org Git - thirdparty/gcc.git/commit
common.opt (fjump-tables): New.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 1 Jun 2005 18:19:09 +0000 (19:19 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 1 Jun 2005 18:19:09 +0000 (19:19 +0100)
commit82c0180d7797e3602a7069dbf5696b487be5d7d8
treec2f32333e3d90048910804ca1577c829154c8c3b
parent68d8b93454c20a663d4b259919d487fe16519837
common.opt (fjump-tables): New.

* common.opt (fjump-tables): New.
* doc/invoke.texi (-fno-jump-tables): Document.
* stmt.c (expand_end_case_type): Do not emit jump tables unless
flag_jump_tables.

From-SVN: r100457
gcc/ChangeLog
gcc/common.opt
gcc/doc/invoke.texi
gcc/stmt.c