This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Recursive derived type specifications - PR21458 - a standardquestion.


Steven Bosscher wrote:
>>Should I make this constraint unconditional or -std=f95?
> 
> 
> I think it should be unconditional.

At the risk of stating the obvious: we should catch this at match time.  This
is possible because fortunately, something like
 TYPE :: a
   integer :: i
   pointer :: i
 end type a
is not possible.

- Tobi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]