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/13417] New: gnat1 hangs and is eating up my memory


gcc -v
Reading specs from /build/gcc34-20031216/lib/gcc/i686-pc-linux-gnu/3.4/specs
Configured with: ../gcc/configure --prefix=/build/gcc34-20031216
--enable-languages=ada,c --disable-nls
Thread model: posix
gcc version 3.4 20031216 (experimental)


--- abc.ads --------------------
generic
package abc
is
   generic with
   package De is new  abc (<>);
   procedure l;
end;



How-To-Repeat:
$ gcc abc.ads -c
(hangs)

-- 
           Summary: gnat1 hangs and is eating up my memory
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: berndtrog at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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