[Bug ada/14717] New: Ada.Sequential_IO.Read does not work for indefinite arrays.

krischik at users dot sourceforge dot net gcc-bugzilla@gcc.gnu.org
Wed Mar 24 15:13:00 GMT 2004


Hello,

As I said Ada.Sequential_IO.Read will not work for indefinite arrays. Look a 
line 165 ff:

      if not Element_Type'Definite
        or else Element_Type'Has_Discriminants
      then
         FIO.Read_Buf
           (AP (File), Rsiz'Address, size_t'Size / System.Storage_Unit);

If

-- 
           Summary: Ada.Sequential_IO.Read does not work for indefinite
                    arrays.
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: krischik at users dot sourceforge dot net
                CC: gcc-bugs at gcc dot gnu dot org


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



More information about the Gcc-bugs mailing list