This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/41854] Assert_Failure sinfo.adb:2362



------- Comment #3 from rogermc at iinet dot net dot au  2009-10-28 07:23 -------
Created an attachment (id=18924)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18924&action=view)
tools.adb

The bug report occurred when I changed
  basisData : tBasisData(Positive 1..2);
to:
  basisData : tBasisData(Positive range 1..2);
after getting the error:
  a range is not a valid discriminant constraint
(I'm just a re-learner after many years of absence for Ada)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41854


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]