Skip to content

[flang] COMPLEX(16) parameters/returns are not supported for aarch64 #84088

@vzakhari

Description

@vzakhari

test-suite::gfortran-regression-compile-regression__pr36006-2_f90.test started failing after #83874

It used to report not yet implemented: no math runtime available for 'EXP(COMPLEX(KIND=16))', but this was not considered as failure. Now it fails with

not yet implemented: complex for this precision for return type
LLVM ERROR: aborting

COMPLEX(16) ABI support is needed in

struct TargetAArch64 : public GenericTarget<TargetAArch64> {

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions