public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/15806] New: Bug box in Gigi, code=999, on legal program
@ 2004-06-03 19:19 ludovic dot brenta at insalien dot org
  2004-06-03 19:20 ` [Bug ada/15806] Bug box at expr.c:6764 " ludovic dot brenta at insalien dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ludovic dot brenta at insalien dot org @ 2004-06-03 19:19 UTC (permalink / raw)
  To: gcc-bugs

(Debian bug #246388)

procedure Test_246388 is
   Type T1 is array (Positive range <>, Positive range <>) of integer;

   type T2 (max: Positive) is record
      a : T1 (1..2, 1 .. max);
   end record;

   procedure p2(x : T2) is
      y: T1 := x.a;
   begin
      null;
   end p2;

begin
   null;
end Test_246388;




+===========================GNAT BUG DETECTED==============================+
| 3.4.0 (Debian) (i486-pc-linux-gnu) in expand_expr_real, at expr.c:6764   |
| Error detected at test_246388.adb:9:7                                    |
| 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_246388.adb

compilation abandoned
gnatmake: "test_246388.adb" compilation error

-- 
           Summary: Bug box in Gigi, code=999, 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=15806


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

* [Bug ada/15806] Bug box at expr.c:6764 on legal program
  2004-06-03 19:19 [Bug ada/15806] New: Bug box in Gigi, code=999, on legal program ludovic dot brenta at insalien dot org
@ 2004-06-03 19:20 ` ludovic dot brenta at insalien dot org
  2004-10-12  4:02 ` pinskia at gcc dot gnu dot org
  2005-06-14 20:54 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: ludovic dot brenta at insalien dot org @ 2004-06-03 19:20 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Bug box in Gigi, code=999,  |Bug box at expr.c:6764 on
                   |on legal program            |legal program


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


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

* [Bug ada/15806] Bug box at expr.c:6764 on legal program
  2004-06-03 19:19 [Bug ada/15806] New: Bug box in Gigi, code=999, on legal program ludovic dot brenta at insalien dot org
  2004-06-03 19:20 ` [Bug ada/15806] Bug box at expr.c:6764 " ludovic dot brenta at insalien dot org
@ 2004-10-12  4:02 ` pinskia at gcc dot gnu dot org
  2005-06-14 20:54 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-12  4:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-12 04:02 -------
Confirmed on the mainline:
+===========================GNAT BUG 
DETECTED==============================+
| 4.0.0 20041008 (experimental) (powerpc-apple-darwin7.4.1) GCC error:     |
| in gimplify_expr, at /gimplify.c:3917                                    |
| Error detected at test_246388.adb:16:5                                   |
| 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).                   |
+==============================================================
============+

Related to bug 15802.

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


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


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

* [Bug ada/15806] Bug box at expr.c:6764 on legal program
  2004-06-03 19:19 [Bug ada/15806] New: Bug box in Gigi, code=999, on legal program ludovic dot brenta at insalien dot org
  2004-06-03 19:20 ` [Bug ada/15806] Bug box at expr.c:6764 " ludovic dot brenta at insalien dot org
  2004-10-12  4:02 ` pinskia at gcc dot gnu dot org
@ 2005-06-14 20:54 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-14 20:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-14 20:54 -------
Fixed on the mainline.

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


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


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

end of thread, other threads:[~2005-06-14 20:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-03 19:19 [Bug ada/15806] New: Bug box in Gigi, code=999, on legal program ludovic dot brenta at insalien dot org
2004-06-03 19:20 ` [Bug ada/15806] Bug box at expr.c:6764 " ludovic dot brenta at insalien dot org
2004-10-12  4:02 ` pinskia at gcc dot gnu dot org
2005-06-14 20:54 ` pinskia 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).