public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/13417] New: gnat1 hangs and is eating up my memory
@ 2003-12-16 18:49 berndtrog at yahoo dot com
  2004-01-10 13:08 ` [Bug ada/13417] " laurent at guerby dot net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: berndtrog at yahoo dot com @ 2003-12-16 18:49 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/13417] gnat1 hangs and is eating up my memory
  2003-12-16 18:49 [Bug ada/13417] New: gnat1 hangs and is eating up my memory berndtrog at yahoo dot com
@ 2004-01-10 13:08 ` laurent at guerby dot net
  2004-01-10 17:48 ` laurent at guerby dot net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: laurent at guerby dot net @ 2004-01-10 13:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2004-01-10 13:08 -------
Probably infinite loop on illegal code
gcc version 3.4.0 20040105 (experimental)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laurent at guerby dot net


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/13417] gnat1 hangs and is eating up my memory
  2003-12-16 18:49 [Bug ada/13417] New: gnat1 hangs and is eating up my memory berndtrog at yahoo dot com
  2004-01-10 13:08 ` [Bug ada/13417] " laurent at guerby dot net
@ 2004-01-10 17:48 ` laurent at guerby dot net
  2004-01-12 11:38 ` cvs-commit at gcc dot gnu dot org
  2004-01-12 11:48 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: laurent at guerby dot net @ 2004-01-10 17:48 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-10 17:48:45
               date|                            |


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/13417] gnat1 hangs and is eating up my memory
  2003-12-16 18:49 [Bug ada/13417] New: gnat1 hangs and is eating up my memory berndtrog at yahoo dot com
  2004-01-10 13:08 ` [Bug ada/13417] " laurent at guerby dot net
  2004-01-10 17:48 ` laurent at guerby dot net
@ 2004-01-12 11:38 ` cvs-commit at gcc dot gnu dot org
  2004-01-12 11:48 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-12 11:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-12 11:38 -------
Subject: Bug 13417

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	charlet@gcc.gnu.org	2004-01-12 11:38:16

Modified files:
	gcc/ada        : sem_ch12.adb 

Log message:
	2004-01-12  Javier Miranda  <miranda@gnat.com>
	
	* sem_ch12.adb: Addition of Component_Definition node.
	
	2004-01-12  Ed Schonberg  <schonberg@gnat.com>
	
	PR ada/13417
	* sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt
	to use a generic package G as a formal package for another generic
	declared within G.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/sem_ch12.adb.diff?cvsroot=gcc&r1=1.30&r2=1.31



-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/13417] gnat1 hangs and is eating up my memory
  2003-12-16 18:49 [Bug ada/13417] New: gnat1 hangs and is eating up my memory berndtrog at yahoo dot com
                   ` (2 preceding siblings ...)
  2004-01-12 11:38 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-12 11:48 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-01-12 11:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-01-12 11:48 -------
PR fixed, closing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-01-12 11:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-16 18:49 [Bug ada/13417] New: gnat1 hangs and is eating up my memory berndtrog at yahoo dot com
2004-01-10 13:08 ` [Bug ada/13417] " laurent at guerby dot net
2004-01-10 17:48 ` laurent at guerby dot net
2004-01-12 11:38 ` cvs-commit at gcc dot gnu dot org
2004-01-12 11:48 ` charlet at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).