Implement fortran_allocated_operation
authorTom Tromey <tom@tromey.com>
Mon, 8 Mar 2021 14:27:57 +0000 (07:27 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 8 Mar 2021 14:28:30 +0000 (07:28 -0700)
commitf403a4e4a5d6413cf58f7a9ad004b1086fd2254a
treeeb4c8c48134d9b5c48bc2f859271eb4db7d32764
parenteb4c927182a8c935960e8c70a2c2d3ab2c49e21f
Implement fortran_allocated_operation

This implements the Fortran ALLOCATED intrinsic.

gdb/ChangeLog
2021-03-08  Tom Tromey  <tom@tromey.com>

* f-exp.h (eval_op_f_allocated): Declare.
(fortran_allocated_operation): New typedef.
* f-lang.c (eval_op_f_allocated): No longer static.
gdb/ChangeLog
gdb/f-exp.h
gdb/f-lang.c