re PR fortran/35223 (IBITS gives compiler error)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 24 Feb 2008 19:18:27 +0000 (19:18 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 24 Feb 2008 19:18:27 +0000 (19:18 +0000)
commitc05800b6ef28ad14facfba2b09d37d99709fc609
treef3ffea23f2672d149b7fa56d5dd83a243c975e9b
parent849998c28cd5e37775c2be9505eeecc8deb9ac9f
re PR fortran/35223 (IBITS gives compiler error)

2008-02-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/35223
* simplify.c (gfc_simplify_ibclr), (gfc_simplify_ibits),
(gfc_simplify_ibset): Remove call to range_check.
(simplify_cmplx), (gfc_simplify_dble), (gfc_simplify_float)
(gfc_simplify_real): Add call gfc_clear_ts to initialize the
temporary gfc_typspec variable.

From-SVN: r132597
gcc/fortran/ChangeLog
gcc/fortran/simplify.c