mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
6c5222c607
commit
0a34499753
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue