https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69926
--- Comment #3 from Keith Godfrey ---
Error seems to be caused by using an incorrect attribute (I used 'range when I
meant 'last).
This is not a priority to fix. I only reported it because it induced an
internal error in the compiler
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69926
--- Comment #2 from Keith Godfrey ---
Source code attached. Here is code as a comment:
muscles.ads
package Muscles is
type stretch is digits 5 range 0.0 .. 1.0;
type spindle_t is
record
center: stretch := 0.0;
en
: normal
Priority: P3
Component: ada
Assignee: unassigned at gcc dot gnu.org
Reporter: keith at aquilonis dot net
Target Milestone: ---
Created attachment 37771
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37771&action=edit
source file to re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69926
--- Comment #1 from Keith Godfrey ---
Created attachment 37772
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37772&action=edit
specification source file