Skip to content

Image of fixed-point type isn’t supported #38

@simonjwright

Description

@simonjwright

You can’t say, for example,

Fixed_Delta : constant := 0.001;
type Fixed is delta Fixed_Delta range -100.0 .. +100.0
  with Small => Fixed_Delta;
F : Fixed;

and then call F’Image; you get

images.adb:150:28: construct not allowed in configurable run-time mode
images.adb:150:28: file s-imfi32.ads not found
images.adb:150:28: entity "System.Img_Fixed_32.Image_Fixed32" not available

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions