re PR fortran/42008 (Wrongly rejected derived types with default initializers in PURE procedures)

2009-11-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/42008
	* decl.c (variable_decl): Do not error on initialization within a
	derived type specification of a pure procedure.

From-SVN: r154531
This commit is contained in:
Jerry DeLisle 2009-11-25 02:42:22 +00:00
parent 6c5222c607
commit 0a34499753
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
2009-11-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/41807
PR fortran/42008
* decl.c (variable_decl): Do not error on initialization within a
derived type specification of a pure procedure.