public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: ada/10359: GNAT BUG box, 3.15p, Windows
@ 2003-05-12  7:36 Dara Hazeghi
  0 siblings, 0 replies; 4+ messages in thread
From: Dara Hazeghi @ 2003-05-12  7:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR ada/10359; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: ada/10359: GNAT BUG box, 3.15p, Windows
Date: Mon, 12 May 2003 00:31:56 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=10359
 
 This is a duplicate of 10356.
 


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

* Re: ada/10359: GNAT BUG box, 3.15p, Windows
@ 2003-05-12 10:28 steven
  0 siblings, 0 replies; 4+ messages in thread
From: steven @ 2003-05-12 10:28 UTC (permalink / raw)
  To: bauhaus, gcc-bugs, gcc-prs, nobody

Synopsis: GNAT BUG box, 3.15p, Windows

State-Changed-From-To: open->closed
State-Changed-By: steven
State-Changed-When: Mon May 12 10:28:42 2003
State-Changed-Why:
    Duplicate of 10356

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10359


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

* Re: ada/10359: GNAT BUG box, 3.15p, Windows
@ 2003-05-12  7:36 Dara Hazeghi
  0 siblings, 0 replies; 4+ messages in thread
From: Dara Hazeghi @ 2003-05-12  7:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR ada/10359; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org, bauhaus@futureaps.de
Cc:  
Subject: Re: ada/10359: GNAT BUG box, 3.15p, Windows
Date: Mon, 12 May 2003 00:27:32 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=10359
 
 Hello,
 
 you're not really using a supported version of ada (ada is only in  
 official gcc releases 3.1 and higher), but I checked with both 3.2 and  
 mainline (20030510) cvs, and this bug is still present, so I suppose  
 this bug report is valid.
 
 Dara
 


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

* ada/10359: GNAT BUG box, 3.15p, Windows
@ 2003-04-08 23:46 bauhaus
  0 siblings, 0 replies; 4+ messages in thread
From: bauhaus @ 2003-04-08 23:46 UTC (permalink / raw)
  To: gcc-gnats


>Number:         10359
>Category:       ada
>Synopsis:       GNAT BUG box, 3.15p, Windows
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 08 23:46:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     bauhaus@futureapps.de
>Release:        gcc version 2.8.1
>Organization:
>Environment:
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 6 Model 7 Stepping 3, GenuineIntel
OS=Windows_NT (5.00.2195, SP2)
Reading specs from e:\GNAT\lib\gcc-lib\pentium-mingw32msv\2.8.1\specs
Path=e:\GNAT\bin;...
>Description:
O:\temp\2>gnatmake e
gcc -c e.adb
+===========================GNAT BUG DETECTED==============================+
| 3.15p  (20020523) (i586-pc-mingw32msv) Gigi abort, Code=104              |
| Error detected at e.adb:7:20                                             |
| Please submit bug report by email to report@gnat.com.                    |
| Use a subject line meaningful to you and us to track the bug.            |
| (include your customer number #nnn in the subject line).                 |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
| (use plain ASCII or MIME attachment, or FTP to your customer directory). |
| See README.GNATPRO for full info on procedure for submitting bugs.       |
+==========================================================================+

Please include these source files with error report

e.adb
cmd.ads

compilation abandoned
gnatmake: "e.adb" compilation error
>How-To-Repeat:
gnatmake e
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="problem.src"
Content-Disposition: inline; filename="problem.src"

with cmd;

procedure e is

   use cmd;
begin
   execv(cmd_name, args);
end e;
with Interfaces.C.Strings;  use Interfaces.C.Strings;

package Cmd is

   cmd_name: constant chars_ptr;
   pragma Import(C, cmd_name);

   args: constant chars_ptr_array;
   pragma Import(C, args);

   procedure execv
     (filename: in chars_ptr; argv: in chars_ptr_array);
   pragma Import(C, execv);

end Cmd;
\x1a


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

end of thread, other threads:[~2003-05-12 10:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-12  7:36 ada/10359: GNAT BUG box, 3.15p, Windows Dara Hazeghi
  -- strict thread matches above, loose matches on Subject: below --
2003-05-12 10:28 steven
2003-05-12  7:36 Dara Hazeghi
2003-04-08 23:46 bauhaus

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