re PR fortran/41807 (data statement with nested type constructors)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 22 Nov 2009 02:06:26 +0000 (02:06 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 22 Nov 2009 02:06:26 +0000 (02:06 +0000)
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.

From-SVN: r154420

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.