public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/15802] Bug box at expr.c:6764 on legal program
       [not found] <bug-15802-286@http.gcc.gnu.org/bugzilla/>
@ 2006-03-19  6:00 ` pinskia at gcc dot gnu dot org
  2006-03-19  6:38 ` [Bug ada/15802] ICE at expr.c:6764 (placeholder mechanism) ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-19  6:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-19 06:00 -------
The expression which is causing the ICE is a PLACEHOLDER expression:
(gdb) p debug_generic_expr (*expr_p)
<PLACEHOLDER_EXPR struct test_246384__t2D.1107>


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-06-14 20:52:55         |2006-03-19 06:00:35
               date|                            |


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


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

* [Bug ada/15802] ICE at expr.c:6764 (placeholder mechanism)
       [not found] <bug-15802-286@http.gcc.gnu.org/bugzilla/>
  2006-03-19  6:00 ` [Bug ada/15802] Bug box at expr.c:6764 on legal program pinskia at gcc dot gnu dot org
@ 2006-03-19  6:38 ` ebotcazou at gcc dot gnu dot org
  2006-09-15 18:32 ` ebotcazou at gcc dot gnu dot org
  2006-09-15 18:37 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-03-19  6:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ebotcazou at gcc dot gnu dot org  2006-03-19 06:38 -------
Very old problem.  I've a patch in the works.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ebotcazou at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-03-19 06:00:35         |2006-03-19 06:38:09
               date|                            |
            Summary|Bug box at expr.c:6764 on   |ICE at expr.c:6764
                   |legal program               |(placeholder mechanism)


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


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

* [Bug ada/15802] ICE at expr.c:6764 (placeholder mechanism)
       [not found] <bug-15802-286@http.gcc.gnu.org/bugzilla/>
  2006-03-19  6:00 ` [Bug ada/15802] Bug box at expr.c:6764 on legal program pinskia at gcc dot gnu dot org
  2006-03-19  6:38 ` [Bug ada/15802] ICE at expr.c:6764 (placeholder mechanism) ebotcazou at gcc dot gnu dot org
@ 2006-09-15 18:32 ` ebotcazou at gcc dot gnu dot org
  2006-09-15 18:37 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-09-15 18:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ebotcazou at gcc dot gnu dot org  2006-09-15 18:32 -------
Subject: Bug 15802

Author: ebotcazou
Date: Fri Sep 15 18:32:24 2006
New Revision: 116981

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116981
Log:
        PR ada/15802
        * decl.c (same_discriminant_p): New static function.
        (gnat_to_gnu_entity) <E_Record_Type>: When there is a parent
        subtype and we have discriminants, fix up the COMPONENT_REFs
        for the discriminants to make them reference the corresponding
        fields of the parent subtype after it has been built.


Added:
    trunk/gcc/testsuite/gnat.dg/specs/double_record_extension1.ads
    trunk/gcc/testsuite/gnat.dg/specs/double_record_extension2.ads
Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/decl.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug ada/15802] ICE at expr.c:6764 (placeholder mechanism)
       [not found] <bug-15802-286@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-09-15 18:32 ` ebotcazou at gcc dot gnu dot org
@ 2006-09-15 18:37 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-09-15 18:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ebotcazou at gcc dot gnu dot org  2006-09-15 18:37 -------
Fixed on mainline.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2006-
                   |                            |09/msg00600.html
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


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

* [Bug ada/15802] Bug box at expr.c:6764 on legal program
  2004-06-03 19:13 [Bug ada/15802] New: Bug box at expr.c:6764 on legal program ludovic dot brenta at insalien dot org
@ 2004-10-12  3:59 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-12  3:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-12 03:59 -------
Confirmed on the mainline with a different error:
+===========================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_246384.ads:8:4                                    |
| 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 03:59:08
               date|                            |


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


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

end of thread, other threads:[~2006-09-15 18:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-15802-286@http.gcc.gnu.org/bugzilla/>
2006-03-19  6:00 ` [Bug ada/15802] Bug box at expr.c:6764 on legal program pinskia at gcc dot gnu dot org
2006-03-19  6:38 ` [Bug ada/15802] ICE at expr.c:6764 (placeholder mechanism) ebotcazou at gcc dot gnu dot org
2006-09-15 18:32 ` ebotcazou at gcc dot gnu dot org
2006-09-15 18:37 ` ebotcazou at gcc dot gnu dot org
2004-06-03 19:13 [Bug ada/15802] New: Bug box at expr.c:6764 on legal program ludovic dot brenta at insalien dot org
2004-10-12  3:59 ` [Bug ada/15802] " 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).