OSDN Git Service

2008-02-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Feb 2008 19:18:27 +0000 (19:18 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Feb 2008 19:18:27 +0000 (19:18 +0000)
commit59ef97a304f40f1b4da4e9879e471d422e6c0bd0
treef3ffea23f2672d149b7fa56d5dd83a243c975e9b
parentf2fc1331d0c83a5040b3285692d2ab046d1181b0
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.

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