re PR fortran/41807 (data statement with nested type constructors)

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
This commit is contained in:
Jerry DeLisle 2009-11-22 02:06:26 +00:00
parent 27bcaf0476
commit 44e7958586
1 changed files with 1 additions and 0 deletions

View 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.