Skip to content

Commit

Permalink
#2642 Edit dev doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienRemy committed Nov 29, 2024
1 parent 4247a00 commit 1cd37e4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/developer_guide/psyir_symbols.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,15 @@ explicitly listed may be assumed to be unsupported):
+----------------------+--------------------+--------------------+
| |Supported |Unsupported |
+======================+====================+====================+
|Variables |ALLOCATABLE |CLASS |
|Variables |ALLOCATABLE, CLASS | |
+----------------------+--------------------+--------------------+
| |CHARACTER, DOUBLE |COMPLEX, CHARACTER |
| |PRECISION, INTEGER, |with LEN or KIND |
| |LOGICAL, REAL | |
+----------------------+--------------------+--------------------+
| |Derived Types |'extends', |
| | |'abstract' or with |
| | |CONTAINS; Operator |
| | |overloading |
| |Derived Types, |'abstract', |
| |'extends', |operator overloading|
| |CONTAINS | |
+----------------------+--------------------+--------------------+
| |DIMENSION |Array extents |
| | |specified using |
Expand Down

0 comments on commit 1cd37e4

Please sign in to comment.