ipa-type-escape.c (analyze_variable): Use gcc_assert instead of abort.
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Thu, 8 Dec 2005 15:46:09 +0000 (15:46 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Thu, 8 Dec 2005 15:46:09 +0000 (15:46 +0000)
commitdd2c9f746201cd614e594d05ce52f832626c66ab
treee1639906e1c1e7741a5d5186f82d45bc10d23605
parentccd83be5d60adc34ce892a4650dda435ea3cd60e
ipa-type-escape.c (analyze_variable): Use gcc_assert instead of abort.

* ipa-type-escape.c (analyze_variable): Use gcc_assert instead of
abort.
* except.c (output_ttype): Likewise.
* tree-object-size.c (collect_object_sizes_for): Likewise.
(check_for_plus_in_loops_1): Likewise.
(check_for_plus_in_loops): Likewise.
(compute_object_sizes): Use gcc_unreachable instead of abort.

Co-Authored-By: Christophe Jaillet <christophe.jaillet@wanadoo.fr>
From-SVN: r108237
gcc/ChangeLog
gcc/except.c
gcc/ipa-type-escape.c
gcc/tree-object-size.c