This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/13417] New: gnat1 hangs and is eating up my memory
- From: "berndtrog at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Dec 2003 18:34:05 -0000
- Subject: [Bug ada/13417] New: gnat1 hangs and is eating up my memory
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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