]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/34305 (ICE with array(real) declaration)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 16 Dec 2007 21:09:34 +0000 (21:09 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 16 Dec 2007 21:09:34 +0000 (21:09 +0000)
commitdf80a455ed1e2478e4f296f58cbd5181db4998b5
treea126900acbc8291dad9f5fed1328e991f2a629fd
parentc238230e6dc25c83555afd91e7ca4875b8c2f757
re PR fortran/34305 (ICE with array(real) declaration)

2007-12-16  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/34305
* resolve.c (compare_bound):  If either of the types of
the arguments isn't INTEGER, return CMP_UNKNOWN.

2007-12-16  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/34305
* gfortran.dg/real_dimension_1.f:  New test case.

From-SVN: r130993
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/real_dimension_1.f [new file with mode: 0644]