2009-11-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Nov 2009 02:06:26 +0000 (02:06 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Nov 2009 02:06:26 +0000 (02:06 +0000)
PR fortran/41807
* trans-const.c (gfc_conv_const): Fix typo in comment. Replace assert
with error message if not constant.
* resolve.c (next_data_value): Delete check for constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154420 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog

index adba8ad..64061e7 100644 (file)
@@ -1,5 +1,6 @@
 2009-11-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
+       PR fortran/41807
        * trans-const.c (gfc_conv_const): Fix typo in comment. Replace assert
        with error message if not constant.
        * resolve.c (next_data_value): Delete check for constant.