Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
simonjwright opened this issue Mar 17, 2022 · 0 comments
Open

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

simonjwright opened this issue Mar 17, 2022 · 0 comments
Assignees

Comments

@simonjwright
Copy link
Owner

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
@simonjwright simonjwright self-assigned this Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant