public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/15917] New: Bug box in Gigi, code=103, on legal program
@ 2004-06-10 21:46 ludovic dot brenta at insalien dot org
  2004-10-12  4:07 ` [Bug ada/15917] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 7+ messages in thread
From: ludovic dot brenta at insalien dot org @ 2004-06-10 21:46 UTC (permalink / raw)
  To: gcc-bugs

procedure Test_247564 is

   package pak2 is
      type t2(b2: boolean) is private;
   private
      type t2(b2: boolean) is null record;
   end pak2;

   package pak1 is
      type T1(b1 : boolean) is private;
   private
      type T1(b1 : boolean) is new pak2.t2(b1);
   end pak1;

   x: pak1.t1(false);
   b: boolean;
begin
   b := x.b1;
end Test_247564;

$ gcc-3.4 -q -O1 test_247564
+===========================GNAT BUG DETECTED==============================+
| 3.4.0 (Debian) (i486-pc-linux-gnu) Gigi abort, Code=103                  |
| Error detected at test_247564.adb:18:9                                   |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc-3.4 or gnatmake command that you entered.          |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases, 
so please double check that the problem can still 
be reproduced with the set of files listed.

test_247564.adb

compilation abandoned
gnatmake: "test_247564.adb" compilation error

-- 
           Summary: Bug box in Gigi, code=103, on legal program
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ludovic dot brenta at insalien dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug ada/15917] Bug box in Gigi, code=103, on legal program
  2004-06-10 21:46 [Bug ada/15917] New: Bug box in Gigi, code=103, on legal program ludovic dot brenta at insalien dot org
@ 2004-10-12  4:07 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-12  4:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-12 04:07 -------
Confirmed on the mainline:
+===========================GNAT BUG 
DETECTED==============================+
| 4.0.0 20041008 (experimental) (powerpc-apple-darwin7.4.1) GCC error:     |
| in gnat_to_gnu_entity, at /ada/decl.c:466                                |
| Error detected at test_247564.adb:18:9                                   |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| 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).                   |
+==============================================================
============+

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-12 04:07:38
               date|                            |


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


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

* [Bug ada/15917] Bug box in Gigi, code=103, on legal program
       [not found] <bug-15917-4@http.gcc.gnu.org/bugzilla/>
  2011-08-31 10:35 ` nicolas.boulenguez at free dot fr
@ 2014-02-27 14:37 ` nicolas.boulenguez at free dot fr
  1 sibling, 0 replies; 7+ messages in thread
From: nicolas.boulenguez at free dot fr @ 2014-02-27 14:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from nicolas.boulenguez at free dot fr ---
4.9.0 20140218 (experimental) [trunk rev 207856] (x86_64-linux-gnu) GCC error
in gnat_to_gnu_entity, at ada/gcc-interface/decl.c:568
Error detected at test_70.adb:18:9


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

* [Bug ada/15917] Bug box in Gigi, code=103, on legal program
       [not found] <bug-15917-4@http.gcc.gnu.org/bugzilla/>
@ 2011-08-31 10:35 ` nicolas.boulenguez at free dot fr
  2014-02-27 14:37 ` nicolas.boulenguez at free dot fr
  1 sibling, 0 replies; 7+ messages in thread
From: nicolas.boulenguez at free dot fr @ 2011-08-31 10:35 UTC (permalink / raw)
  To: gcc-bugs

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

nicolas.boulenguez at free dot fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.boulenguez at free
                   |                            |dot fr

--- Comment #5 from nicolas.boulenguez at free dot fr 2011-08-31 10:25:00 UTC ---
+===========================GNAT BUG DETECTED==============================+
| 4.6.1 (x86_64-pc-linux-gnu) GCC error:                                   |
| in gnat_to_gnu_entity, at ada/gcc-interface/decl.c:599                   |
| Error detected at test_70.adb:18:9                                       |


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

* [Bug ada/15917] Bug box in Gigi, code=103, on legal program
       [not found] <bug-15917-286@http.gcc.gnu.org/bugzilla/>
  2007-11-28 21:34 ` sam at gcc dot gnu dot org
  2007-12-13 14:16 ` sam at gcc dot gnu dot org
@ 2009-10-06 11:57 ` sam at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: sam at gcc dot gnu dot org @ 2009-10-06 11:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from sam at gcc dot gnu dot org  2009-10-06 11:57 -------
+===========================GNAT BUG DETECTED==============================+
| 4.5.0 20091003 (experimental) (i686-pc-linux-gnu) GCC error:             |
| in gnat_to_gnu_entity, at ada/gcc-interface/decl.c:544                   |
| Error detected at test_247564.adb:18:9                                   |


-- 

sam at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2007-12-13 14:16:28         |2009-10-06 11:57:20
               date|                            |


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


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

* [Bug ada/15917] Bug box in Gigi, code=103, on legal program
       [not found] <bug-15917-286@http.gcc.gnu.org/bugzilla/>
  2007-11-28 21:34 ` sam at gcc dot gnu dot org
@ 2007-12-13 14:16 ` sam at gcc dot gnu dot org
  2009-10-06 11:57 ` sam at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: sam at gcc dot gnu dot org @ 2007-12-13 14:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from sam at gcc dot gnu dot org  2007-12-13 14:16 -------
+===========================GNAT BUG DETECTED==============================+
| 4.3.0 20071213 (experimental) (i686-pc-linux-gnu) GCC error:             |
| in gnat_to_gnu_entity, at ada/decl.c:491                                 |
| Error detected at test_247564.adb:18:9                                   |


-- 

sam at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2007-11-28 21:34:21         |2007-12-13 14:16:28
               date|                            |


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


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

* [Bug ada/15917] Bug box in Gigi, code=103, on legal program
       [not found] <bug-15917-286@http.gcc.gnu.org/bugzilla/>
@ 2007-11-28 21:34 ` sam at gcc dot gnu dot org
  2007-12-13 14:16 ` sam at gcc dot gnu dot org
  2009-10-06 11:57 ` sam at gcc dot gnu dot org
  2 siblings, 0 replies; 7+ messages in thread
From: sam at gcc dot gnu dot org @ 2007-11-28 21:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from sam at gcc dot gnu dot org  2007-11-28 21:34 -------
Still present on SVN trunk

+===========================GNAT BUG DETECTED==============================+
| 4.3.0 20071127 (experimental) (i686-pc-linux-gnu) GCC error:             |
| in gnat_to_gnu_entity, at ada/decl.c:491                                 |
| Error detected at test_247564.adb:18:9                                   |


-- 

sam at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at gcc dot gnu dot org
   Last reconfirmed|2006-03-19 06:01:11         |2007-11-28 21:34:21
               date|                            |


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


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

end of thread, other threads:[~2014-02-27 14:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-10 21:46 [Bug ada/15917] New: Bug box in Gigi, code=103, on legal program ludovic dot brenta at insalien dot org
2004-10-12  4:07 ` [Bug ada/15917] " pinskia at gcc dot gnu dot org
     [not found] <bug-15917-286@http.gcc.gnu.org/bugzilla/>
2007-11-28 21:34 ` sam at gcc dot gnu dot org
2007-12-13 14:16 ` sam at gcc dot gnu dot org
2009-10-06 11:57 ` sam at gcc dot gnu dot org
     [not found] <bug-15917-4@http.gcc.gnu.org/bugzilla/>
2011-08-31 10:35 ` nicolas.boulenguez at free dot fr
2014-02-27 14:37 ` nicolas.boulenguez at free dot fr

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