Skip to content

Commit 441eede

Browse files
committed
update Intrinstic doc
1 parent 1e59e61 commit 441eede

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

flang/docs/Intrinsics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ MALLOC, FREE
705705

706706
### Library subroutine
707707
```
708+
CALL BACKTRACE()
708709
CALL FDATE(TIME)
709710
CALL GETLOG(USRNAME)
710711
CALL GETENV(NAME [, VALUE, LENGTH, STATUS, TRIM_NAME, ERRMSG ])
@@ -769,7 +770,7 @@ This phase currently supports all the intrinsic procedures listed above but the
769770
| Intrinsic subroutines |MVBITS (elemental), CPU_TIME, DATE_AND_TIME, EVENT_QUERY, EXECUTE_COMMAND_LINE, GET_COMMAND, GET_COMMAND_ARGUMENT, GET_ENVIRONMENT_VARIABLE, MOVE_ALLOC, RANDOM_INIT, RANDOM_NUMBER, RANDOM_SEED, SIGNAL, SLEEP, SYSTEM, SYSTEM_CLOCK |
770771
| Atomic intrinsic subroutines | ATOMIC_ADD |
771772
| Collective intrinsic subroutines | CO_REDUCE |
772-
| Library subroutines | FDATE, GETLOG, GETENV |
773+
| Library subroutines | BACKTRACE, FDATE, GETLOG, GETENV |
773774

774775

775776
### Intrinsic Function Folding

flang/test/Lower/Intrinsics/backtrace.f90

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)