public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/11186] New: gcc aborts when using -gnatR on generic procedures
@ 2003-06-13 14:32 bdavis9659@comcast.net
  2003-07-05 15:06 ` [Bug ada/11186] " pinskia at physics dot uc dot edu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bdavis9659@comcast.net @ 2003-06-13 14:32 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: gcc aborts when using -gnatR on generic procedures
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bdavis9659@comcast.net
                CC: gcc-bugs@gcc.gnu.org
  GCC host triplet: i386 gnu linux

The following code fragment causes an infinite, memory eating loop when 
compiling with -gnatR

--s.ads
generic procedure s;

--s.adb
procedure s is 
begin
   null;
end s;


Here are the results (after a while)
gnatmake -gnatR -c s
gnatgcc -c -gnatR s.adb

gnatgcc: Internal compiler error: program gnat1 got fatal signal 9
gnatmake: "s.adb" compilation error


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

* [Bug ada/11186] gcc aborts when using -gnatR on generic procedures
  2003-06-13 14:32 [Bug ada/11186] New: gcc aborts when using -gnatR on generic procedures bdavis9659@comcast.net
@ 2003-07-05 15:06 ` pinskia at physics dot uc dot edu
  2003-07-05 15:41 ` bdavis9659 at comcast dot net
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-05 15:06 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-05 15:06 -------
What version were you using as I cannot reproduce it on the mainline (20030705) on 
powerpc-apple-darwin6.6?


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

* [Bug ada/11186] gcc aborts when using -gnatR on generic procedures
  2003-06-13 14:32 [Bug ada/11186] New: gcc aborts when using -gnatR on generic procedures bdavis9659@comcast.net
  2003-07-05 15:06 ` [Bug ada/11186] " pinskia at physics dot uc dot edu
@ 2003-07-05 15:41 ` bdavis9659 at comcast dot net
  2003-07-05 15:47 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bdavis9659 at comcast dot net @ 2003-07-05 15:41 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From bdavis9659 at comcast dot net  2003-07-05 15:41 -------
Subject: Re:  gcc aborts when using -gnatR on generic procedures

pinskia at physics dot uc dot edu wrote:

>PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
>http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11186
>
>
>pinskia at physics dot uc dot edu changed:
>
>           What    |Removed                     |Added
>----------------------------------------------------------------------------
>             Status|UNCONFIRMED                 |WAITING
>
>
>------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-05 15:06 -------
>What version were you using as I cannot reproduce it on the mainline (20030705) on 
>powerpc-apple-darwin6.6?
>
>
>
>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.
>
>  
>
i686 linux, also Tru64 Unix 5.002.


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

* [Bug ada/11186] gcc aborts when using -gnatR on generic procedures
  2003-06-13 14:32 [Bug ada/11186] New: gcc aborts when using -gnatR on generic procedures bdavis9659@comcast.net
  2003-07-05 15:06 ` [Bug ada/11186] " pinskia at physics dot uc dot edu
  2003-07-05 15:41 ` bdavis9659 at comcast dot net
@ 2003-07-05 15:47 ` pinskia at physics dot uc dot edu
  2003-07-07  2:03 ` bdavis9659 at comcast dot net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-05 15:47 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-05 15:47 -------
What version of gcc and gnat?


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

* [Bug ada/11186] gcc aborts when using -gnatR on generic procedures
  2003-06-13 14:32 [Bug ada/11186] New: gcc aborts when using -gnatR on generic procedures bdavis9659@comcast.net
                   ` (2 preceding siblings ...)
  2003-07-05 15:47 ` pinskia at physics dot uc dot edu
@ 2003-07-07  2:03 ` bdavis9659 at comcast dot net
  2003-07-07  2:19 ` pinskia at physics dot uc dot edu
  2003-07-19 17:59 ` pinskia at physics dot uc dot edu
  5 siblings, 0 replies; 7+ messages in thread
From: bdavis9659 at comcast dot net @ 2003-07-07  2:03 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From bdavis9659 at comcast dot net  2003-07-07 02:03 -------
Subject: Re:  gcc aborts when using -gnatR on generic procedures

pinskia at physics dot uc dot edu wrote:

>PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
>http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11186
>
>
>
>------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-05 15:47 -------
>What version of gcc and gnat?
>
>
>
>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.
>
>  
>
GNATMAKE 3.13p  (20000509) Copyright 1995-2000 Free Software Foundation, 
Inc.


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

* [Bug ada/11186] gcc aborts when using -gnatR on generic procedures
  2003-06-13 14:32 [Bug ada/11186] New: gcc aborts when using -gnatR on generic procedures bdavis9659@comcast.net
                   ` (3 preceding siblings ...)
  2003-07-07  2:03 ` bdavis9659 at comcast dot net
@ 2003-07-07  2:19 ` pinskia at physics dot uc dot edu
  2003-07-19 17:59 ` pinskia at physics dot uc dot edu
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-07  2:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-07 02:19 -------
GNATMAKE 3.13p  (20000509) is GNAT, when it was not part of GCC so closing as fixed.
GNATMAKE 5.00w (20010924) is GNAT when it became part of GCC.


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

* [Bug ada/11186] gcc aborts when using -gnatR on generic procedures
  2003-06-13 14:32 [Bug ada/11186] New: gcc aborts when using -gnatR on generic procedures bdavis9659@comcast.net
                   ` (4 preceding siblings ...)
  2003-07-07  2:19 ` pinskia at physics dot uc dot edu
@ 2003-07-19 17:59 ` pinskia at physics dot uc dot edu
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-19 17:59 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-19 17:59 -------
Now gnatmake's version is synced with gcc's:
GNATMAKE 3.4 20030719 (experimental) Copyright 1995-2002 Free Software 
Foundation, Inc.


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

end of thread, other threads:[~2003-07-19 17:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-13 14:32 [Bug ada/11186] New: gcc aborts when using -gnatR on generic procedures bdavis9659@comcast.net
2003-07-05 15:06 ` [Bug ada/11186] " pinskia at physics dot uc dot edu
2003-07-05 15:41 ` bdavis9659 at comcast dot net
2003-07-05 15:47 ` pinskia at physics dot uc dot edu
2003-07-07  2:03 ` bdavis9659 at comcast dot net
2003-07-07  2:19 ` pinskia at physics dot uc dot edu
2003-07-19 17:59 ` pinskia at physics dot uc dot edu

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).